Skip to content
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

[SVM] Explore boosting mechanisms #45

Open
michelole opened this issue Apr 10, 2018 · 3 comments
Open

[SVM] Explore boosting mechanisms #45

michelole opened this issue Apr 10, 2018 · 3 comments

Comments

@michelole
Copy link
Member

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

@michelole
Copy link
Member Author

@pievos101 said:

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 ?

@michelole
Copy link
Member Author

Consider also

// MET NOT_MET
svm.setWeights("1 1");

@michelole
Copy link
Member Author

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 michelole changed the title Explore boosting mechanisms [SVM] Explore boosting mechanisms May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant