> 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).

ok fair enough.

it is a use case like knowing if the regularization parameter in alpha or C?

>>> if "C" in clf.get_params():
>>>     pass

> An argument in favor of making it public is that set_params is public.

ok ** 2

Alex

------------------------------------------------------------------------------
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

Reply via email to