scikit-learn/examples/ensemble
Guillaume Lemaitre 2f6e22b398
DOC make warning more obvious in example regarding feature importance (#18024)
2020-07-30 13:19:06 +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 Revert the deprecation of min_samples_leaf and min_weight_fraction_leaf (#11998) 2018-09-08 16:43:21 +02:00
plot_adaboost_multiclass.py EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_adaboost_regression.py [MRG + 1] DOC Fix Sphinx errors (#9420) 2017-07-30 15:22:10 +10:00
plot_adaboost_twoclass.py ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
plot_bias_variance.py EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_ensemble_oob.py MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08:00
plot_feature_transformation.py [MRG] DEP remove legacy mode from OneHotEncoder (#13855) 2019-05-29 21:03:29 +10:00
plot_forest_importances.py DOC make warning more obvious in example regarding feature importance (#18024) 2020-07-30 13:19:06 +02:00
plot_forest_importances_faces.py DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01:00
plot_forest_iris.py improve example plot_forest_iris.py (#9989) 2017-10-24 12:49:53 -04:00
plot_gradient_boosting_early_stopping.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
plot_gradient_boosting_oob.py MNT Used scipy.special.expit for the inverse of the logit function (#12931) 2019-01-08 18:35:19 +11:00
plot_gradient_boosting_quantile.py DOC Fix Confidence Interval Again (#16809) 2020-03-31 19:27:40 -07:00
plot_gradient_boosting_regression.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
plot_gradient_boosting_regularization.py [MRG + 1] DOC Fix Sphinx errors (#9420) 2017-07-30 15:22:10 +10:00
plot_isolation_forest.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
plot_monotonic_constraints.py [MRG] Monotonic constraints for GBDT (#15582) 2020-03-24 20:27:00 +01:00
plot_random_forest_embedding.py ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
plot_random_forest_regression_multioutput.py DOC Fixed Future Warnings by explicitly defining n_estimators = 100 in for the Regressor. (#14159) 2019-06-22 18:03:37 -04:00
plot_stack_predictors.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
plot_voting_decision_regions.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
plot_voting_probas.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
plot_voting_regressor.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00

README.txt

.. _ensemble_examples:

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

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