/
githubmirror
/
scikit-learn
ОбзорДокументацияВойти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
scikit-learn/
examples/model_selection/
..
README.txt

DOC Modify documentation/examples for the new model_selection module

11 лет назад
plot_confusion_matrix.py

DOC Remove deprecated SVC(probability=True) from examples (#33299)

6 месяцев назад
plot_cost_sensitive_learning.py

DOC Fix typos and improve wording in `plot_cost_sensitive_learning.py` (#34417)

месяц назад
plot_cv_indices.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_cv_predict.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_det.py

MNT Rename `DetCurveDisplay` parameters `estimator_name` and `**kwargs` (#34443)

месяц назад
plot_grid_search_digits.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_grid_search_refit_callable.py

MNT don't use random_state in LogisticRegression unless it has an effect (#34287)

2 месяца назад
plot_grid_search_stats.py

MNT Fix rst issues found by sphinx-lint (#31114)

год назад
plot_grid_search_text_feature_extraction.py

CLN replace authors with the standard line (#29250)

2 года назад
plot_learning_curve.py

DOC: Correct many grammatical issues (#32820)

8 месяцев назад
plot_likelihood_ratios.py

MNT Use ruff format rather than black (#31015)

год назад
plot_multi_metric_evaluation.py

CLN replace authors with the standard line (#29250)

2 года назад
plot_nested_cross_validation_iris.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_permutation_tests_for_classification.py

DOC readability and clarity on `permutation_test_score` in userguide and example (#30351)

2 года назад
plot_precision_recall.py

ENH add `from_cv_results` in `PrecisionRecallDisplay` (#30508)

6 месяцев назад
plot_randomized_search.py

DOC Add successive halving in some examples (#34247)

2 месяца назад
plot_roc.py

DOC: use curve_kwargs instead of kwargs in example to avoid warnings (#31447)

год назад
plot_roc_crossval.py

MNT don't use random_state in LogisticRegression unless it has an effect (#34287)

2 месяца назад
plot_successive_halving_heatmap.py

DOC fix CI after renaming attribute in successive halving (#34271)

2 месяца назад
plot_successive_halving_iterations.py

DOC fix CI after renaming attribute in successive halving (#34271)

2 месяца назад
plot_train_error_vs_test_error.py

DOC merge example presenting the concept of validation curve (#29936)

2 года назад
plot_tuned_decision_threshold.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_underfitting_overfitting.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
README.txt
.. _model_selection_examples:
 
Model Selection
-----------------------
 
Examples related to the :mod:`sklearn.model_selection` module.