scikit-learn/examples/ensemble
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_multiclass.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 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 DOC Add example showcasing HGBT regression (#26991) 2024-02-22 18:53:27 +01:00
plot_gradient_boosting_early_stopping.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04: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 DOC Add example showcasing HGBT regression (#26991) 2024-02-22 18:53:27 +01:00
plot_gradient_boosting_regression.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +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 isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_monotonic_constraints.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04: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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_stack_predictors.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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.