yandex / rep

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

Return hyper-optimization (GridSearch) results instead of only print #100

Open jonas-eschle opened 7 years ago

jonas-eschle commented 7 years ago

Hey all,

I really like your well designed hyper-parameters grid-search functions. However, I miss the ability to extract the results in a suitable format to further use it in my code. Currently, I do have the following possibilities to do so:

So is it possible to add such a method or even add that behavior to the existing "print_result"-method? The format of the returned values can be anything, as long as it stays the same over time.