DOC merge example presenting the concept of validation curve#29936
DOC merge example presenting the concept of validation curve#29936glemaitre merged 20 commits intoscikit-learn:mainfrom
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 |
glemaitre
left a comment
There was a problem hiding this comment.
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.