scikit-learn/examples/ensemble
Guillaume Lemaitre 5b2b75189d
DOC remove redundant example on MDI feature importance (#29965)
2024-10-15 12:35:19 +02: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 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_bias_variance.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_forest_importances.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_forest_iris.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_gradient_boosting_categorical.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_gradient_boosting_early_stopping.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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 Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
plot_voting_decision_regions.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_voting_probas.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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.