scikit-learn/examples/model_selection
Eduardo Caro 0e976e10f7 Change name of variable to be consistent with dataset 2015-07-02 02:13:06 -07:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
grid_search_digits.py Explain why we multiply mean by two 2015-02-07 08:20:16 +01:00
grid_search_text_feature_extraction.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_confusion_matrix.py FIX: divide each row of the CM by the true support 2014-09-01 11:21:25 +02:00
plot_learning_curve.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_precision_recall.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_roc.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_roc_crossval.py move around examples for better structure. 2014-07-17 09:35:30 +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 COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_validation_curve.py COSMIT spelling 2015-01-15 15:09:35 -05:00
randomized_search.py Change name of variable to be consistent with dataset 2015-07-02 02:13:06 -07:00

README.txt

.. _model_selection_examples:

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

Examples concerning model selection, mostly contained in the
:mod:`sklearn.grid_search` and :mod:`sklearn.cross_validation` modules.