I have trained & validated a SVM using the scikit-learn SVC (RBF) class without
problems, but my final deployment of the classifier is to be in a body of C++
code using libsvm only, no Python, and this is an existing system reading the
libsvm .model sparse format text file. To save retraining using the libsvm
command line tools, I'm considering implementing a SVC method to write the
equivalent libsvm .model file from the SVC attributes such as support_vectors_
etc. I wanted to ask the experts about the feasibility, particularly if there
are pitfalls I'm not aware of? That does assume that the support vectors would
themselves be compatible, given libsvm as the common code base?
Leigh
--
Leigh M. Smith
mailto:le...@leighsmith.com
http://www.leighsmith.com
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general