INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

Add GridSearchCV + train-test split figure in first GridSearchCV notebook #752

Open lesteve opened 1 year ago

lesteve commented 1 year ago

It would be nice to have the diagram in this notebook close to the code creating the GridSearchCV object https://inria.github.io/scikit-learn-mooc/python_scripts/parameter_tuning_grid_search.html

We have the figure already https://github.com/INRIA/scikit-learn-mooc/blob/main/figures/cross_validation_train_test_diagram.png

image

but for now it is only used in the nested cross-validation notebook https://inria.github.io/scikit-learn-mooc/python_scripts/parameter_tuning_nested.html#with-hyperparameter-tuning