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

Changes in scores extraction from RandomizedSearchCV #55

Open
chintanckg opened this issue Aug 11, 2020 · 2 comments
Open

Changes in scores extraction from RandomizedSearchCV #55

chintanckg opened this issue Aug 11, 2020 · 2 comments

Comments

@chintanckg
Copy link

No description provided.

@chintanckg
Copy link
Author

The updated version of RandomizedSearchCV has different implementation of for looking up grid_scores' params.

@AKoerber59
Copy link

Indeed. I updated my version of CoNLL2002.ipynb:
params = rs.cv_results_['params'] scores = rs.cv_results_['mean_test_score'] _x = [params[s]['c1'] for s in range(len(params))] _y = [params[s]['c2'] for s in range(len(params))] _c = [scores[s] for s in range(len(params))]

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