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
I would like to save the trained model as in the standard format, this way i can use it with my other modules. Is it possible?
Ex:
svm_type c_svc kernel_type sigmoid gamma 0.5 coef0 0 nr_class 2 total_sv 4 rho -0.389055 label 1 0 nr_sv 2 2 SV 1 2:1 1 1:1 2:1 -1 1:8 2:9 -1 1:7 2:7
The text was updated successfully, but these errors were encountered:
it is possible but dangerous since node-svm comes with automatic normalization and automatic feature reduction that are not supported by libsvm.
by "other modules", do you mean sklearn?
Sorry, something went wrong.
I'm facing same issue here, i was doing testing with svm-tools and i would like to be able to use svm-predict for example.
svm-tools
svm-predict
No branches or pull requests
I would like to save the trained model as in the standard format, this way i can use it with my other modules. Is it possible?
Ex:
The text was updated successfully, but these errors were encountered: