On Sat, Nov 01, 2014 at 05:30:13PM -0400, Xin Shuai wrote: > Regarding to SVM, I don't know why that SVM in Scikit-Learn is running very > slow and I cannot even have the results..
Are you sure that you are comparing similar things? In particular, are you using the same kernels? (ie is Matlab using a linear kernel, and with scikit-learn you are using an RBF kernel)? G ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
