scikit-learn/examples/ensemble
Guillaume Lemaitre 0f8a7775ad
DOC fixes sphinx warning due to rendering issue (#27951)
2023-12-12 17:01:18 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_multiclass.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05: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 EXA Fix typo in dataset name (#27906) 2023-12-06 08:56:45 -05:00
plot_gradient_boosting_early_stopping.py DOC fixes sphinx warning due to rendering issue (#27951) 2023-12-12 17:01:18 +00: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 sphinx warning due to rendering issue (#27951) 2023-12-12 17:01:18 +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 MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01: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 DOC fix typos found by codespell (#27457) 2023-09-26 15:31:28 +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.