[WIP] EHN: Implementation of BalancedRandomForestClassifier#459
[WIP] EHN: Implementation of BalancedRandomForestClassifier#459glemaitre merged 39 commits intoscikit-learn-contrib:masterfrom
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