scikit-learn/examples/ensemble
Guillaume Lemaitre 40d7d880ed
FEA add PredictionErrorDisplay (#18020)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-11-25 12:51:46 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_hastie_10_2.py MAINT rename and deprecate `base_estimator` in favor of `estimator` in ensemble classes (#23819) 2022-09-09 11:21:31 +02:00
plot_adaboost_multiclass.py DOC Fix variable name in Adaboost example (#24135) 2022-08-07 10:20:02 -04:00
plot_adaboost_regression.py DOC fix broken citeseer links (#24800) 2022-11-02 22:37:28 +01:00
plot_adaboost_twoclass.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_bias_variance.py DOC Clarify the LS term in example (#22156) 2022-03-16 18:19:00 +01:00
plot_ensemble_oob.py DOC speed up plot_ensemble_oob.py (#21730) 2021-11-24 14:14:28 +01:00
plot_feature_transformation.py DOC Point GradientBoosting towards HistGradientBoosting (#23340) 2022-05-24 19:27:20 +02:00
plot_forest_importances.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_forest_importances_faces.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_forest_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gradient_boosting_categorical.py ENH Specify categorical features with feature names in HGBDT (#24889) 2022-11-13 13:40:47 +01:00
plot_gradient_boosting_early_stopping.py MNT accelerate plot_gradient_boosting_early_stopping.py example (#21609) 2021-11-27 18:51:02 -05:00
plot_gradient_boosting_oob.py DOC use log_loss instead of defining deviance (#24962) 2022-11-17 20:17:42 +01:00
plot_gradient_boosting_quantile.py DOC Point GradientBoosting towards HistGradientBoosting (#23340) 2022-05-24 19:27:20 +02:00
plot_gradient_boosting_regression.py DOC Fix FutureWarning in ensemble/plot_gradient_boosting_regression.html (#24946) 2022-11-15 21:09:47 +01:00
plot_gradient_boosting_regularization.py DOC Fix FutureWarning in ensemble/plot_gradient_boosting_regularization.html (#24960) 2022-11-21 12:06:56 +01:00
plot_isolation_forest.py DOC Rework IsolationForest example (#24917) 2022-11-15 20:13:49 +01:00
plot_monotonic_constraints.py ENH Add support for feature names in monotonic_cst (#24855) 2022-11-15 16:32:40 +01:00
plot_random_forest_embedding.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_random_forest_regression_multioutput.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_stack_predictors.py FEA add PredictionErrorDisplay (#18020) 2022-11-25 12:51:46 +01:00
plot_voting_decision_regions.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_voting_probas.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_voting_regressor.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _ensemble_examples:

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

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