Re: [Scikit-learn-general] Hard cases of hyperparameter estimation problem

2016-01-04 Thread Andreas Mueller
Check out auto-sklearn and the datasets they use, as well as tpot and this pr: https://github.com/scikit-learn/scikit-learn/pull/5185 On 12/20/2015 12:37 PM, olologin wrote: > Hi folks. > > I'm seeking for hard examples of hyperparameter search problem. I've > just implemented scikit-learn compat

[Scikit-learn-general] Hard cases of hyperparameter estimation problem

2015-12-20 Thread olologin
Hi folks. I'm seeking for hard examples of hyperparameter search problem. I've just implemented scikit-learn compatible grid search, based on simple genetic algorithm, and it works too good, maybe due to easy task (It finds best solution after 1-2 epoch), because i can't make good and hard exa