Skip to content

v0.27.0

Compare
Choose a tag to compare
@onyb onyb released this 26 Apr 15:06
· 62 commits to master since this release

Changelog

Enable conditional verification maps in non-collapsible mode (#177)

Display units in the post-processing workflow (#163)

Allow dynamic update of Decision Tree levels (#160)

Let's consider the following view in the post-processing workflow.

Screenshot 2021-04-26 at 19 56 39

When the order of predictors in A is changed, it is also reflected in B and C. However, the update made to C doesn't impact any predictor that didn't have its column index changed. The Decision Tree is updated in real-time and always reflects the state of C. To sync tables B and C (essentially, a reset operation), you can click on the "Generate WTs" button.

⚠️ Watch out for discrepancies in the contents of the breakpoints tables.