scikit-learn/examples/model_selection
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
grid_search_digits.py Say best_estimator_ depends on refit=True. Fixes #2976. 2015-01-09 16:04:46 -05: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 move around examples for better structure. 2014-07-17 09:35:30 +02: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.