Skip to content

Releases: Sarailidis/Interactive-Decision-Trees

Second release of Interactive Decision Trees

07 Aug 16:27
5b3e0e5
Compare
Choose a tag to compare

In this release we updated the Interactive Decision Trees toolbox in the following ways:

  1. We introduce error handling techniques for invalid user inputs.
  2. We corrected the paths in our workflows to be friendly to both UNIX and Windows users

First release of Interactive Decision Trees

22 Jun 08:40
411963d
Compare
Choose a tag to compare

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.