scikit-learn/examples/ensemble
Thomas J. Fan 057b82ed18
API Deprecates plot_partial_dependence (#20959)
* API Deprecates plot_partial_dependence

* DOC Adds whats new

* DOC Fixes doc build errors

* CLN Removes feature warning

* CLN Address comments

* DOC Fix docstrings

* TST Skip future warning tests

* DOC Adjust docstrings

* REV Reduce diff

* DOC Adds docstring
2021-09-09 14:25:59 +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 STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02: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 API add from_estimator and from_predictions to RocCurveDisplay (#20569) 2021-09-03 17:19:46 +02:00
plot_forest_importances.py EXA improve example of forest feature importances (#19377) 2021-02-08 11:22:41 +01:00
plot_forest_importances_faces.py EXA improve example of forest feature importances digits (#19429) 2021-05-28 16:31:18 -04:00
plot_forest_iris.py improve example plot_forest_iris.py (#9989) 2017-10-24 12:49:53 -04:00
plot_gradient_boosting_categorical.py MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +02: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 [MRG] ENH Consistent loss name for squared error (#19310) 2021-03-19 15:21:34 +01:00
plot_gradient_boosting_regression.py [MRG] ENH Consistent loss name for squared error (#19310) 2021-03-19 15:21:34 +01:00
plot_gradient_boosting_regularization.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02: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 API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02: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 MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +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.