Does Unico work with sklearn DecisionTreeClassifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-27 4:22 AM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-27 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-27 4: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.
