I used:

param_grid = dict(estimator__clf__gamma=10.0 ** np.arange(-5, 4),
                           estimator__clf__c=10.0 ** np.arange(-2, 9),
                           estimator__clf__degree=(1, 2, 3, 4),
                           estimator__reduce_dim__n_components=(10, 100, 200))

I just updated to the newest sklearn. I'll let you know if the problem persists.


On Wed, Jan 9, 2013 at 3:03 AM, Mathieu Blondel <[email protected]> wrote:
>
> What did you use for param_grid? Your example doesn't contain it.
>
> Mathieu
>
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general




--
Andrew Winterman
714 362 6823

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to