scikit-learn/examples/ensemble
Adrin Jalali 3e127a3d5c
MNT Add author/license note where missing and add the linter (#29477)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-07-22 22:05:03 +02:00
..
README.txt
plot_adaboost_multiclass.py
plot_adaboost_regression.py
plot_adaboost_twoclass.py
plot_bias_variance.py
plot_ensemble_oob.py
plot_feature_transformation.py
plot_forest_hist_grad_boosting_comparison.py
plot_forest_importances.py
plot_forest_importances_faces.py
plot_forest_iris.py
plot_gradient_boosting_categorical.py
plot_gradient_boosting_early_stopping.py
plot_gradient_boosting_oob.py
plot_gradient_boosting_quantile.py
plot_gradient_boosting_regression.py
plot_gradient_boosting_regularization.py
plot_hgbt_regression.py
plot_isolation_forest.py
plot_monotonic_constraints.py
plot_random_forest_embedding.py
plot_random_forest_regression_multioutput.py
plot_stack_predictors.py
plot_voting_decision_regions.py
plot_voting_probas.py
plot_voting_regressor.py

README.txt

.. _ensemble_examples:

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

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