2021-10-27 04:22 AM
Solved! Go to Solution.
2021-10-27 04:22 AM
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.
2021-10-27 04:22 AM
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.