scikit-learn/examples/ensemble
annaayzenshtat 2242c59fc8 [MRG] EHN: Change default n_estimators to 100 for random forest (#11542)
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md#pull-request-checklist
-->

#### Reference Issues/PRs
<!--
Example: Fixes #1234. See also #3456.
Please use keywords (e.g., Fixes) to create link to the issues or pull requests
you resolved, so that they will automatically be closed when your pull request
is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests
-->
Fixes #11128.

#### What does this implement/fix? Explain your changes.
Issues deprecation warning message for the default n_estimators parameter for the forest classifiers. Test added for the warning message when the default parameter is used.

#### Any other comments?


<!--
Please be aware that we are a loose team of volunteers so patience is
necessary; assistance handling other issues is very welcome. We value
all user contributions, no matter how minor they are. If we are slow to
review, either the pull request needs some benchmarking, tinkering,
convincing, etc. or more likely the reviewers are simply busy. In either
case, we ask for your understanding during the review process.
For more information, see our FAQ on this topic:
http://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention.

Thanks for contributing!
-->
2018-07-17 14:42:59 -05:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_hastie_10_2.py [MRG + 1] DOC Fix Sphinx errors (#9420) 2017-07-30 15:22:10 +10:00
plot_adaboost_multiclass.py [MRG + 1] DOC Fix Sphinx errors (#9420) 2017-07-30 15:22:10 +10: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 [MRG] Figure improvements (#9648) 2017-09-01 10:29:05 +02:00
plot_ensemble_oob.py [MRG] EHN: Change default n_estimators to 100 for random forest (#11542) 2018-07-17 14:42:59 -05:00
plot_feature_transformation.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_forest_importances.py Now plots based on the number of features in X 2015-10-11 23:09:39 -07:00
plot_forest_importances_faces.py DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +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 [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187) 2016-08-16 13:56:55 -07:00
plot_gradient_boosting_quantile.py fix wrong confidence interval 2014-05-17 22:28:30 +02:00
plot_gradient_boosting_regression.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +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 [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_partial_dependence.py ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +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 [MRG] EHN: Change default n_estimators to 100 for random forest (#11542) 2018-07-17 14:42:59 -05:00
plot_voting_decision_regions.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_voting_probas.py [MRG] EHN: Change default n_estimators to 100 for random forest (#11542) 2018-07-17 14:42:59 -05:00

README.txt

.. _ensemble_examples:

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

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