On Tue, Apr 17, 2012 at 12:08:46PM +0300, Dimitrios Pritsos wrote: > I was running a test using SVC(c=1, kernel='linear') and I found that > for the latest version of sklearn the results are WRONG!
What does 'wrong' mean? Something that changed in the scikit, is that the 'c' is scaled by the number of samples by default. Try with 'scale_C=False', and tells us if your results are now 'RIGHT' :). G ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
