scikit-learn/examples/model_selection
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
grid_search_text_feature_extraction.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_confusion_matrix.py EXA plot_confusion_matrix example breaks down if not all classes present (#13126) 2019-02-10 16:05:58 +01:00
plot_cv_indices.py EXA Adding cv indices example (#11475) 2018-07-31 08:41:12 +08:00
plot_cv_predict.py DOC move plot_cv_predict example into model_selection (#10722) 2018-02-28 19:54:43 +08:00
plot_grid_search_digits.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_grid_search_refit_callable.py ENH refit=callable in *SearchCV adds flexibility in identifying the best estimator (#11354) 2019-01-09 12:56:30 +11:00
plot_learning_curve.py EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_multi_metric_evaluation.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_nested_cross_validation_iris.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
plot_precision_recall.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_randomized_search.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
plot_roc.py update references link namespace 2016-08-03 20:23:50 +02:00
plot_roc_crossval.py MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
plot_train_error_vs_test_error.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_underfitting_overfitting.py [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00
plot_validation_curve.py EXA Use cv=5 instead of cv=10 in plot_validation_curve.py (#12929) 2019-01-07 15:21:42 +01:00

README.txt

.. _model_selection_examples:

Model Selection
-----------------------

Examples related to the :mod:`sklearn.model_selection` module.