v0.27.0
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.
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.