cancel
Showing results for 
Search instead for 
Did you mean: 

Does Unico work with sklearn DecisionTreeClassifier?

Eleon BORLINI
ST Employee
 
1 ACCEPTED SOLUTION

Accepted Solutions
Eleon BORLINI
ST Employee

Unico has a custom built-in decision tree classifier. However it works also with decision trees created by other tools. Some examples of other tools generating decision trees are available in the appendix section of the MLC application note, and on the MLC GitHub repository on Github.

An example of sklearn DecisionTreeClassifier is available in the Python folder of the link above.

View solution in original post

1 REPLY 1
Eleon BORLINI
ST Employee

Unico has a custom built-in decision tree classifier. However it works also with decision trees created by other tools. Some examples of other tools generating decision trees are available in the appendix section of the MLC application note, and on the MLC GitHub repository on Github.

An example of sklearn DecisionTreeClassifier is available in the Python folder of the link above.