forked from jurra/pymurtree
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
OptimalDecisionTreeClassifier should implement the sklearn estimator interface, to allow usage of other functions from the sklearn library
Compliance can be checked with:
from sklearn.utils.estimator_checks import check_estimator
import pymurtree
assert(check_estimator(pymurtree.OptimalDecisionTreeClassifier()))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request