-
Notifications
You must be signed in to change notification settings - Fork 587
Keep coherence between illustrations of GridSearchCV #755
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
base: main
Are you sure you want to change the base?
Conversation
| # can be shown schematically as follows | ||
| # | ||
| #  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep the figure in this notebook too, this helps having both figures (train-test split + GridSearchCV and nested cross validation) in the same notebook to be able to see how to go from one to the other without having to find where in a previous notebook the other diagram was shown.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, it's fine to repeat this diagram here because it matches the context and the title of the section.
This PR:
moves the illustration of GridSearchCV to the first GridSearchCV notebook;re-works the progression of the concepts to have a more linear narrative;Discussing with @ogrisel we thought that this one can be updated in FUN even if new users start having a slightly different version, but I would rather have the @glemaitre and @lesteve opinions.
Edit: #752 was fixed by #847, as it was merged before the current PR. It's scope then changed to improve the wording for better coherence between the Hyperparameter tuning by grid-search and the Evaluation and hyperparameter tuning notebooks.