scikit-learn/examples/model_selection
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01: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 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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_learning_curve.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01: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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +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 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 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.