We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way I could train a ONE_CLASS SVM in python (using scikit-learn) , export it and then load it into node js using this package?
The text was updated successfully, but these errors were encountered:
Have you tried using the static load method on the SVM class?
load
libsvm/src/loadSVM.js
Line 250 in bcbc9ca
It should work even though you might run into issues if the serialized model is very big
Sorry, something went wrong.
No branches or pull requests
Is there a way I could train a ONE_CLASS SVM in python (using scikit-learn) , export it and then load it into node js using this package?
The text was updated successfully, but these errors were encountered: