We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Build a DecisionTreeClassifier which matches the scikit-learn API.
https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html#sklearn.tree.DecisionTreeClassifier
To start we don't have to mimic the entire API, just start somewhere, and we can help add features to the class.