On Wed, Apr 18, 2012 at 04:09:14PM -0400, David Warde-Farley wrote:
> > Do you suggest a link from the docstring of the object to the docstring
> > of the module?
> See my pull request: https://github.com/scikit-learn/scikit-learn/pull/783
Yes. Thanks, it is useful.
> Is it frowned upon to link
On Wed, Apr 18, 2012 at 09:08:15PM +0200, Andreas Mueller wrote:
> Every time "SVC" it is mentioned in the text it is a clickable link to
> the docstring.
> This is a consistent feature throughout all narrative docs.
Oops. My bad.
> > Similarly, it would be nice to have a link back to the first
> 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.
Every time "SVC" it is m
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
Am 18.04.2012 19:42, schrieb Ian Goodfellow:
> Yes, thanks.
> It might be a good idea to put something like that in the docstring.
>
Do you think a reference to the docs would suffice or do you think
the whole thing should be listed there?
-
Yes, thanks.
It might be a good idea to put something like that in the docstring.
On Wed, Apr 18, 2012 at 1:29 PM, Andreas Mueller
wrote:
> Hi Ian.
> Is that what you are after:
> http://scikit-learn.org/dev/modules/svm.html#kernel-functions
> Cheers,
> Andy
>
> Am 18.04.2012 19:26, schrieb Ian G
Hi Ian.
Is that what you are after:
http://scikit-learn.org/dev/modules/svm.html#kernel-functions
Cheers,
Andy
Am 18.04.2012 19:26, schrieb Ian Goodfellow:
> Would it be possible to update the SVC documentation to specify which
> kernel functions are actually implemented?
> For example, is 'poly'