scikit-learn/examples/model_selection
Chris Holdgraf 1641f31cfa EXA Adding cv indices example (#11475) 2018-07-31 08:41:12 +08: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 [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_confusion_matrix.py EXA prevent example xlabel cut off in plot_confusion_matrix.py (#11065) 2018-05-04 22:47:23 +08: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 [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_learning_curve.py DOC: add description for 'train_sizes' in examples.model_selection.plot_learning_curve (#10702) 2018-02-27 09:00:38 +11:00
plot_multi_metric_evaluation.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_nested_cross_validation_iris.py MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
plot_precision_recall.py MAINT Always import signature from sklearn.utils.fixes (#11019) 2018-04-24 09:27:45 +10:00
plot_randomized_search.py [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_roc.py update references link namespace 2016-08-03 20:23:50 +02:00
plot_roc_crossval.py DOC Wording in crossval example (#10820) 2018-03-18 09:30:11 +11:00
plot_train_error_vs_test_error.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02: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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00

README.txt

.. _model_selection_examples:

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

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