Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better access / visualization of grid search results #1020

Closed
amueller opened this issue Aug 12, 2012 · 2 comments
Closed

Better access / visualization of grid search results #1020

amueller opened this issue Aug 12, 2012 · 2 comments
Milestone

Comments

@amueller
Copy link
Member

The GridSearchCV.grid_scores_ are stored in a not very user-friendly way.
It would be great to have nd-arrays and a set of labels.
Things that should be easily possible:

  • plot in the case of 1 parameter
  • matshow in the case 2 parameters
  • look at slices and "marginals' (mean over rest of parameters) when looking at more parameters
@agramfort
Copy link
Member

+10

@amueller
Copy link
Member Author

This might be one of the issues I'll tackle next. But there are so many things I'm working on atm I'm task-switching way to much....

Thanks for your comments and reviews btw :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants