Questions
- Try using
RUSBoostClassifier
on theabalone_19
dataset and compare the performance with other techniques from the previous chapters. - What is the difference between the
BalancedRandomForestClassifier
andBalancedBaggingClassifier
classes in theimbalanced-learn
library?