scikit-learn/examples/ensemble
mrastgoo bd9b0f69c6
ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-23 16:37:29 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_hastie_10_2.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_adaboost_multiclass.py DOC use notebook style in AdaBoostClassifier example (#26486) 2023-07-06 14:17:43 +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 add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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.