Skip to content

Commit 4f55297

Browse files
author
Agathe Guillemot
committed
Version bump
1 parent bd90ced commit 4f55297

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## Version 1.0.6 (2022-10-06)
48
* Webapp: Many UI improvements
59
* Webapp: Allow to treat features as numerical when less than 10 distinct values

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id" : "decision-tree-builder",
3-
"version" : "1.0.6",
3+
"version" : "1.0.7",
44
"meta" : {
55
"label" : "Interactive Decision Tree Builder",
66
"description" : "Build and explore decision trees, and use them to score and evaluate data",

0 commit comments

Comments
 (0)