-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC merge example presenting the concept of validation curve #29936
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
Conversation
Could you please update the |
Also, please merge an updated version of the |
@ogrisel, Appreciate your help on this. Changes suggested are implemented and is now ready for review. Thank you! |
Hi @ogrisel, Since we are merging the train vs test error with validation curves, do you think it would be good to have the navigation link as |
examples/model_selection/plot_train_error_vs_test_error_and_validation_curve.py
Outdated
Show resolved
Hide resolved
examples/model_selection/plot_train_error_vs_test_error_and_validation_curve.py
Outdated
Show resolved
Hide resolved
examples/model_selection/plot_train_error_vs_test_error_and_validation_curve.py
Outdated
Show resolved
Hide resolved
examples/model_selection/plot_train_error_vs_test_error_and_validation_curve.py
Outdated
Show resolved
Hide resolved
RFR @glemaitre |
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 pushed a commit that:
- improve the entire narration
- change the model parameters to better show the trade-off underfit/overfit
I'll wait for the CI to check the rendering.
Reference Issues/PRs
Part of #27151
What does this implement/fix? Explain your changes.
Merged Plotting Validation Curves example with the Train error vs Test error example to simplify example under
model_selection
.