scikit-learn/examples/ensemble
Olivier Grisel e44838d8c8
MNT Fix pandas 3 `select_dtypes` warning (#32545)
2025-10-20 15:48:35 +02:00
..
README.txt
plot_adaboost_multiclass.py
plot_adaboost_regression.py
plot_adaboost_twoclass.py
plot_bias_variance.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_ensemble_oob.py
plot_feature_transformation.py
plot_forest_hist_grad_boosting_comparison.py
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
plot_gradient_boosting_categorical.py DOC Add TargetEncoder to Categorical Feature Support example (#32019) 2025-08-28 13:09:12 -04:00
plot_gradient_boosting_early_stopping.py
plot_gradient_boosting_oob.py
plot_gradient_boosting_quantile.py MNT Enforce ruff/pygrep-hooks rules (PGH) (#31226) 2025-04-28 09:33:18 +00:00
plot_gradient_boosting_regression.py
plot_gradient_boosting_regularization.py
plot_hgbt_regression.py
plot_isolation_forest.py
plot_monotonic_constraints.py
plot_random_forest_embedding.py
plot_random_forest_regression_multioutput.py
plot_stack_predictors.py MNT Fix pandas 3 `select_dtypes` warning (#32545) 2025-10-20 15:48:35 +02:00
plot_voting_decision_regions.py DOC Rework voting classifier example (#30985) 2025-05-01 19:31:32 +10:00
plot_voting_regressor.py

README.txt

.. _ensemble_examples:

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

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