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

Help user interpret param columns of cv_results_ #5

Open
jnothman opened this issue Sep 11, 2017 · 4 comments
Open

Help user interpret param columns of cv_results_ #5

jnothman opened this issue Sep 11, 2017 · 4 comments

Comments

@jnothman
Copy link
Owner

Because the user no longer specifies the grid by full names, results are then presented with param names that are unfamiliar and which will vary with

The user needs help dereferencing the parameters. What is a good API for this?

global_to_local(gscv, double_underscored_name) -> (local_est, local_param)
local_to_global(gscv, local_est) -> global_param
@wlandecker
Copy link

what if set_grid() accepted an optional name parameter, which would be used when describing the cv_results_ params? If the name parameter isn't supplied, the code could default to exactly how it works today (less work in describing the parameter, more difficulty in interpreting the results).

@jnothman
Copy link
Owner Author

jnothman commented Dec 3, 2018 via email

@wlandecker
Copy link

Ah, I see. Having a custom GridSearchCV would be a good deal more overhead. I'm not very familiar with sklearn's GridSearchCV details under the hood, so I was hoping that this wouldn't need to reimplement anything. Let me familiarize myself more with that part of the sklearn codebase a little more.

@jnothman
Copy link
Owner Author

jnothman commented Dec 9, 2018 via email

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

No branches or pull requests

2 participants