Made SVM multiclass#305
Conversation
|
I probably messed a ton of things up. Im new to open source. |
|
Out of 50-100 iterations of random sampling, the lowest accuracy score on the test set was 0.8666667 |
|
It's extremely slow relative to scikit-learn though |
|
Thank you! I will have time to take a look at this later this week or next week 🌈 |
|
Alright. Appreciate you notifying me. |
|
np. I have enabled the tests runners in the meanwhile. |
|
Ima fix the test issues with this PR and then work on other issues. |
|
Something to start from: Please measure performance before and after the change. See the workbenches https://github.com/smartcorelib/smartcore-benches to use an array in smartcore you need to use the provided zero-copy structures like |
I split the SVM classification into multiple binary classifications using the one for all strategy.