Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-11-05 Thread Gael Varoquaux
On Mon, Nov 05, 2012 at 06:02:51PM +0100, Jaques Grobler wrote: > I've been trying to figure out a way to effectively get the param/attrib > descriptions as to add them to the list OK, don't loose time on this, it seems like it is hard. I think that it time to cut our losses on that. G -

Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-11-05 Thread Jaques Grobler
I've been trying to figure out a way to effectively get the param/attrib descriptions as to add them to the list but the solution is evading me. I've uploaded a more recent version of the script. *slightly *more tidy :) It'd be nice if one could just see if there's a badly- or un-documented attri

Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-10-29 Thread Jaques Grobler
Thanks for the feedback Satraijit, I'll make an optional ad-don once I've tidied the mess :) Kind Regards 2012/10/29 Satrajit Ghosh > hey jaques, > > this is really great! one useful thing to add, if possible, would be to > scrape the description of the parameter from the docstring. > > aside:

Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-10-29 Thread Satrajit Ghosh
hey jaques, this is really great! one useful thing to add, if possible, would be to scrape the description of the parameter from the docstring. aside: if at some point in time, sklearn starts caring about provenance [1], this is a really good start at simply collecting terms. cheers, satra [1]

Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-10-29 Thread Jaques Grobler
Haha yeap...doing that now.. just thought I'd let the feedback come so long :) 2012/10/29 Andreas Mueller > On 10/29/2012 01:26 PM, Jaques Grobler wrote: > > Hi everyone. > > > > I've put up a gist with a list of all the parameters, how many times > > and where they occur, as well as for all the

Re: [Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-10-29 Thread Andreas Mueller
On 10/29/2012 01:26 PM, Jaques Grobler wrote: > Hi everyone. > > I've put up a gist with a list of all the parameters, how many times > and where they occur, as well as for all the attributes. > The script that generates it is also in the gist - just know it's not > the prettiest due to borrowing

[Scikit-learn-general] List of Parameters and Attributes for Scikit-learn estimators

2012-10-29 Thread Jaques Grobler
Hi everyone. I've put up a gist with a list of all the parameters, how many times and where they occur, as well as for all the attributes. The script that generates it is also in the gist - just know it's not the prettiest due to borrowing data-gen code from tests and debugging things- I'm still m