We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd90ced commit 4f55297Copy full SHA for 4f55297
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 1.0.7 (2022-11-10)
4
+* Webapp: Display node id in node info panel
5
+* Scoring/Evaluation recipes: Add two columns (one with the decision rule, one with the leaf id)
6
+
7
## Version 1.0.6 (2022-10-06)
8
* Webapp: Many UI improvements
9
* Webapp: Allow to treat features as numerical when less than 10 distinct values
plugin.json
@@ -1,6 +1,6 @@
{
"id" : "decision-tree-builder",
- "version" : "1.0.6",
+ "version" : "1.0.7",
"meta" : {
"label" : "Interactive Decision Tree Builder",
"description" : "Build and explore decision trees, and use them to score and evaluate data",
0 commit comments