-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[MRG] EHN add note to create balanced RF #373
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #373 +/- ##
==========================================
- Coverage 98.74% 98.74% -0.01%
==========================================
Files 68 68
Lines 3899 3897 -2
==========================================
- Hits 3850 3848 -2
Misses 49 49
Continue to review full report at Codecov.
|
@chkoar here it goes |
|
||
It also possible to turn a balanced bagging classifier into a balanced random | ||
forest using a decision tree classifier and setting the parameter | ||
``max_features='auto'`. It allows to randomly select a subset of features for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing backtick after auto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Andy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the example, I think it's very helpful! (I just linked my students to it ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will try to find sometime to check the sickit-learn PR to push it further
Reference Issue
closes #372
What does this implement/fix? Explain your changes.
Documentation note to create a balanced random forest from the balanced bagging classifier.
Any other comments?