scikit-learn/examples/ensemble
Tialo 9faa522753
DOC Fixed some typos (#27410)
2023-09-19 12:35:02 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_multiclass.py DOC Fixed some typos (#27410) 2023-09-19 12:35:02 +02:00
plot_adaboost_regression.py DOC fix broken citeseer links (#24800) 2022-11-02 22:37:28 +01:00
plot_adaboost_twoclass.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_bias_variance.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ensemble_oob.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_transformation.py ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366) 2023-08-23 16:37:29 +02:00
plot_forest_hist_grad_boosting_comparison.py DOC Fixed typo, added missing comma in plot_forest_hist_grad_boosting_comparison example (#26954) 2023-07-31 14:10:01 +00:00
plot_forest_importances.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_forest_importances_faces.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_forest_iris.py MNT Deprecate SAMME.R algorithm from AdaBoostClassifier (#26830) 2023-09-07 21:54:52 +02:00
plot_gradient_boosting_categorical.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gradient_boosting_early_stopping.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gradient_boosting_oob.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gradient_boosting_quantile.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
plot_gradient_boosting_regression.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gradient_boosting_regularization.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_isolation_forest.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_monotonic_constraints.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_random_forest_embedding.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_random_forest_regression_multioutput.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_stack_predictors.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_voting_decision_regions.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_voting_probas.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_voting_regressor.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _ensemble_examples:

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

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