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 isn't working yet #3

Open
mzed opened this issue Jul 13, 2017 · 0 comments
Open

SVM isn't working yet #3

mzed opened this issue Jul 13, 2017 · 0 comments
Labels

Comments

@mzed
Copy link
Owner

mzed commented Jul 13, 2017

libSVM is wrapped, but I've yet to get sensible results out of SVM. It always returns the last class that was added.

This could be a bug in the wrapper code, or it could be a problem with the default parameters. SVM is apparently not so great with few examples, so it might take some effort to design a reasonable test suite for it.

But, SVM might not be a good match for RapidLib. Too many confusing parameters, bad with few examples, etc. It might be better to implement Random Forest, rather than sink time into making SVM work.

@mzed mzed added the bug label Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant