sklearn/examples/model_selection
Daniel Biebert 7136feda91 first commit 2024-08-05 09:32:03 +02:00
..
README.txt first commit 2024-08-05 09:32:03 +02:00
plot_confusion_matrix.py first commit 2024-08-05 09:32:03 +02:00
plot_cost_sensitive_learning.py first commit 2024-08-05 09:32:03 +02:00
plot_cv_indices.py first commit 2024-08-05 09:32:03 +02:00
plot_cv_predict.py first commit 2024-08-05 09:32:03 +02:00
plot_det.py first commit 2024-08-05 09:32:03 +02:00
plot_grid_search_digits.py first commit 2024-08-05 09:32:03 +02:00
plot_grid_search_refit_callable.py first commit 2024-08-05 09:32:03 +02:00
plot_grid_search_stats.py first commit 2024-08-05 09:32:03 +02:00
plot_grid_search_text_feature_extraction.py first commit 2024-08-05 09:32:03 +02:00
plot_learning_curve.py first commit 2024-08-05 09:32:03 +02:00
plot_likelihood_ratios.py first commit 2024-08-05 09:32:03 +02:00
plot_multi_metric_evaluation.py first commit 2024-08-05 09:32:03 +02:00
plot_nested_cross_validation_iris.py first commit 2024-08-05 09:32:03 +02:00
plot_permutation_tests_for_classification.py first commit 2024-08-05 09:32:03 +02:00
plot_precision_recall.py first commit 2024-08-05 09:32:03 +02:00
plot_randomized_search.py first commit 2024-08-05 09:32:03 +02:00
plot_roc.py first commit 2024-08-05 09:32:03 +02:00
plot_roc_crossval.py first commit 2024-08-05 09:32:03 +02:00
plot_successive_halving_heatmap.py first commit 2024-08-05 09:32:03 +02:00
plot_successive_halving_iterations.py first commit 2024-08-05 09:32:03 +02:00
plot_train_error_vs_test_error.py first commit 2024-08-05 09:32:03 +02:00
plot_tuned_decision_threshold.py first commit 2024-08-05 09:32:03 +02:00
plot_underfitting_overfitting.py first commit 2024-08-05 09:32:03 +02:00
plot_validation_curve.py first commit 2024-08-05 09:32:03 +02:00

README.txt

.. _model_selection_examples:

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

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