On Mon, Jan 16, 2012 at 11:35 PM, Alexandre Gramfort <[email protected]> wrote: > I am not against this but I have to admit I don't fully understand the > motivation > as _get_params basically inspects the __init__.py hence is already > visible to the user.
In my case, I write library code that takes a base estimator and I want to inspect the parameters (I don't have control over the base estimator). An argument in favor of making it public is that set_params is public. Mathieu ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
