scikit-learn/examples/ensemble
Lucy Liu a2d361bf40
DOC Fix wording, typo in plot_voting_regressor.py (#16895)
* wording, typo

* add suggestions

* add n est

* remove n est
2020-04-14 11:27:00 +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 More explicit warnings about impurity based feat. imp. (#16382) 2020-02-05 15:20:20 +01: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 [MRG] DOC fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10: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 Fix typos, wording in plot_gradient_boosting_regression.py (#16894) 2020-04-11 13:15:23 -04: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 [MRG] DEP remove threshold_, change contamination, deprecate behaviour in iforest (#13811) 2019-05-22 12:41:47 +10: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 in plot_stack_predictors exchanged boston dataset for Ames housing dataset (#16345) 2020-03-03 15:33:57 +01: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 Fix wording, typo in plot_voting_regressor.py (#16895) 2020-04-14 11:27:00 +02:00

README.txt

.. _ensemble_examples:

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

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