Reputation: 81
First of all, many thanks to the guys @mlr3!
The package randomForestSRC in R has a new function called imbalanced.rfsrc to help deal with class imbalance in classification. Will this learner be accessible in mlr3? imbalanced.rfsrc seems to work very well and also seems to implement state of the art approaches to dealing with class imbalance.
Thank you
Upvotes: 1
Views: 122
Reputation: 869
If you open a learner request issue in mlr3extralearners and fill in the details then we'd be happy to consider adding this implementation!
Upvotes: 2