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

move around examples for better structure.

12 лет назад
plot_adaboost_multiclass.py

MAINT|API Clean up deprecations for 1.6: SAMME.R in AdaBoost and deprecate algorithm (#29997)

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

CLN replace authors with the standard line (#29250)

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

MNT Update index finding to use np.nonzero (#31115)

год назад
plot_bias_variance.py

MNT Use ruff format rather than black (#31015)

год назад
plot_ensemble_oob.py

CLN replace authors with the standard line (#29250)

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

CLN replace authors with the standard line (#29250)

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

MNT Enforce ruff rules (RUF) (#30694)

год назад
plot_forest_importances.py

DOC Fix misleading statement about model refitting in permutation importance docs (#31596)

год назад
plot_forest_iris.py

DOC refactor examples/ensemble/plot_forest_iris.py to use DecisionBoundaryDisplay (#34556)

8 дней назад
plot_gradient_boosting_categorical.py

MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453)

5 месяцев назад
plot_gradient_boosting_early_stopping.py

MNT replace authors and license with standard text (#30511)

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

CLN replace authors with the standard line (#29250)

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

DOC Add demo on estimating the variability of the coverage fraction (#29499)

4 месяца назад
plot_gradient_boosting_regression.py

CI Update CI lock files [doc build] (#34419)

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

CLN replace authors with the standard line (#29250)

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

MNT Fix typos found by typos (#33916)

3 месяца назад
plot_isolation_forest.py

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

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

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

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

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

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

CLN replace authors with the standard line (#29250)

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

DOC Drop duplicate 'the the' in plot_stack_predictors example comment (#34104)

3 месяца назад
plot_voting_decision_regions.py

DOC Rework voting classifier example (#30985)

год назад
plot_voting_regressor.py

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

2 года назад
README.txt
.. _ensemble_examples:
 
Ensemble methods
----------------
 
Examples concerning the :mod:`sklearn.ensemble` module.