Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance/decisiont tree classifier max_depth #115

Open
JasonShin opened this issue Oct 24, 2018 · 0 comments
Open

enhance/decisiont tree classifier max_depth #115

JasonShin opened this issue Oct 24, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@JasonShin
Copy link
Member

JasonShin commented Oct 24, 2018

  • I'm submitting a ...

[/] enhancement

  • Summary

Implement max_depth option to the DecisionTreeClassifier, which is the last stopping criterion from https://www.ibm.com/support/knowledgecenter/en/SS6NHC/com.ibm.swg.im.dashdb.analytics.doc/doc/r_decision_trees_growing.html

The flag is available in the ScikitLearn DecisionTreeClassifier as well, which can be found http://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html#sklearn.tree.DecisionTreeClassifier

@JasonShin JasonShin added the enhancement New feature or request label Oct 24, 2018
@JasonShin JasonShin self-assigned this Oct 24, 2018
@JasonShin JasonShin removed their assignment Nov 17, 2018
@JasonShin JasonShin added the help wanted Extra attention is needed label Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant