scikit-learn/examples/model_selection
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
grid_search_digits.py move around examples for better structure. 2014-07-17 09:35:30 +02: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 move around examples for better structure. 2014-07-17 09:35:30 +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 move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_validation_curve.py move around examples for better structure. 2014-07-17 09:35:30 +02: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.