yandex / rep

Machine Learning toolbox for Humans
http://yandex.github.io/rep/
Other
687 stars 144 forks source link

Simple grid-search example notebook #11

Closed arogozhnikov closed 9 years ago

arogozhnikov commented 9 years ago

Current grid-search example is very complicated.

arogozhnikov commented 9 years ago

Finally.

A new version of notebook

It is a bit longer but introduces reader step-by-step. I added

generator = RegressionParameterOptimizer(grid_param, n_evaluations=20, regressor=GaussianProcess(), n_attempts=10)

And removed metric-vs-cut things.