-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[WIP] EHN: Implementation of BalancedRandomForestClassifier #459
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
Hello @glemaitre! Thanks for updating the PR.
Comment last updated on September 06, 2018 at 12:29 Hours UTC |
@chkoar I made a quick implementation of a balanced random forest classifier. If you could have a look at it. It would be nice to have a second opinion. |
Note that this can work only with the release 0.20 which is the reason for the failing. |
We don't implement this via Bagging in order to get feature importances out of the box, right? |
Bagging does not have it since this is not an obligation to use decision trees.
|
There's some issue with the init. I'll check it out |
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
=========================================
+ Coverage 98.69% 98.7% +<.01%
=========================================
Files 75 77 +2
Lines 4538 4720 +182
=========================================
+ Hits 4479 4659 +180
- Misses 59 61 +2
Continue to review full report at Codecov.
|
closes #456