Releases: Sarailidis/Interactive-Decision-Trees
Releases · Sarailidis/Interactive-Decision-Trees
Second release of Interactive Decision Trees
In this release we updated the Interactive Decision Trees toolbox in the following ways:
- We introduce error handling techniques for invalid user inputs.
- We corrected the paths in our workflows to be friendly to both UNIX and Windows users
First release of Interactive Decision Trees
This is the first release of Interactive Decision Trees package. It contains Python modules that enable the user to interact with the Decision Tree by creating new composite variables, grouping the input variables and color code the groups, selecting important variables, manually change variable and threshold to split, manually change leaf node class and manually prune the Decision Tree.
Moreover, it contains a graphical user interface in Jupyter Lab notebook for supporting the user-decision tree interactions.