scikit-learn/examples/model_selection
Igor Andriushchenko 7b7093ceda DOC make confusion_matrix_plot.py exmaple more copy-pastable 2016-07-15 00:40:03 +03:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
grid_search_digits.py first commit 2016-06-19 02:53:34 +05:30
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 DOC make confusion_matrix_plot.py exmaple more copy-pastable 2016-07-15 00:40:03 +03:00
plot_learning_curve.py General spelling fixes 2015-12-16 09:46:42 -08:00
plot_precision_recall.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_roc.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_roc_crossval.py Update plot_roc_crossval.py (#6765) 2016-05-07 17:32:49 +02: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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_validation_curve.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
randomized_search.py [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays 2016-06-16 12:23:04 +10:00

README.txt

.. _model_selection_examples:

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

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