You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is unbalanced classes, and if it does not make too much work, personally I would try random forest as well. Isn't the whole random forest thing the entire boosting idea ?
Test impact on overall F1 micro score first to see if it's worth. Maybe a fake classifier that cheats using training data and is always right for the imbalanced classes?
michelole
changed the title
Explore boosting mechanisms
[SVM] Explore boosting mechanisms
May 2, 2018
If any metric different than accuracy is used in the final evaluation (#29), we might suffer on imbalanced classes.
If that holds true, consider methods for fixing that, such as AdaBoost.
https://link.springer.com/content/pdf/10.1007/s10115-009-0198-y.pdf
http://weka.sourceforge.net/doc.dev/weka/classifiers/meta/AdaBoostM1.html
The text was updated successfully, but these errors were encountered: