javascriptdata / scikit.js

JavaScript package for predictive data analysis and machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import LibSVM into the library

dcrescim opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be amazing to have a fast LibSVM implementation for SVC, SVR estimators.

Describe the solution you'd like
Compile the LibSVM project to a wasm file, and use that with the familiar SVM sklearn api