On Wed, Apr 18, 2012 at 01:26:30PM -0400, Ian Goodfellow wrote: > Would it be possible to update the SVC documentation to specify which > kernel functions are actually implemented? > For example, is 'poly' K(x,y) = (x^T y )^d or is it K(x,y) = (x^Ty + 1)^d? > Also, why are gamma and coef0 listed as relevant to the poly kernel? I > don't know of anything in the literature called a polynomial kernel > with more than one parameter.
http://scikit-learn.sourceforge.net/stable/modules/svm.html#kernel-functions The dev version does list coef0 in that section. General comment: is there any link to the SVC docstring from the narrative docs? I couldn't find one, had to go to the "Reference" tab. http://scikit-learn.sourceforge.net/stable/modules/generated/sklearn.svm.SVC.html#sklearn.svm.SVC Similarly, it would be nice to have a link back to the first link from the reference docs. ------------------------------------------------------------------------------ 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
