scikit-learn/examples/model_selection
Loïc Estève 719afba518 [MRG] Run more examples as part of the doc generation (#8851)
Also fix errors and flake8 violations of existing examples
2017-05-11 23:42:57 +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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_confusion_matrix.py [MRG+1] Fix confusion matrix example code (#7971) 2016-12-03 15:57:15 -05: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 [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187) 2016-08-16 13:56:55 -07:00
plot_nested_cross_validation_iris.py [MRG+1] Spelling mistake in Feature Extraction documentation (#8763) 2017-04-19 10:20:22 -07:00
plot_precision_recall.py plot iso-f1 curves in plot_precision_recall (#8378) 2017-02-20 13:53:51 +01: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 [MRG] Fix aesthetic example roc crossval (#8232) 2017-01-25 14:09:54 +01:00
plot_train_error_vs_test_error.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_underfitting_overfitting.py Update examples to new scorer names 2016-09-06 11:25:11 +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.