scikit-learn/examples/ensemble
Stefanie Senger ecd7f6cef6
MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453)
2026-03-10 18:10:10 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_multiclass.py MAINT|API Clean up deprecations for 1.6: SAMME.R in AdaBoost and deprecate algorithm (#29997) 2024-10-08 22:15:43 +02:00
plot_adaboost_regression.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_adaboost_twoclass.py MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
plot_bias_variance.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_ensemble_oob.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_feature_transformation.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_forest_hist_grad_boosting_comparison.py MNT Enforce ruff rules (RUF) (#30694) 2025-03-18 09:36:12 +01:00
plot_forest_importances.py DOC Fix misleading statement about model refitting in permutation importance docs (#31596) 2025-06-24 15:42:05 +02:00
plot_forest_iris.py MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
plot_gradient_boosting_categorical.py MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453) 2026-03-10 18:10:10 +01:00
plot_gradient_boosting_early_stopping.py MNT replace authors and license with standard text (#30511) 2024-12-20 09:22:11 +00:00
plot_gradient_boosting_oob.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gradient_boosting_quantile.py MNT: trees/forests/GBT: deprecate `"friedman_mse"` criterion (#32708) 2026-01-10 16:50:06 +01:00
plot_gradient_boosting_regression.py EXA Use tick_labels in boxplot for matplotlib>=3.9 (#29471) 2024-07-15 05:52:31 +00:00
plot_gradient_boosting_regularization.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_hgbt_regression.py DOC: Correct many a/an usage mistakes (#32996) 2026-01-05 10:13:08 +01:00
plot_isolation_forest.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_monotonic_constraints.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_random_forest_embedding.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_random_forest_regression_multioutput.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_stack_predictors.py DOC Rework StackingRegressor example and add SuperLearner (#32163) 2026-01-05 20:48:51 -05:00
plot_voting_decision_regions.py DOC Rework voting classifier example (#30985) 2025-05-01 19:31:32 +10:00
plot_voting_regressor.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00

README.txt

.. _ensemble_examples:

Ensemble methods
----------------

Examples concerning the :mod:`sklearn.ensemble` module.