<!-- 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! --> |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_adaboost_hastie_10_2.py | ||
| 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_importances.py | ||
| plot_forest_importances_faces.py | ||
| plot_forest_iris.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_isolation_forest.py | ||
| plot_partial_dependence.py | ||
| plot_random_forest_embedding.py | ||
| plot_random_forest_regression_multioutput.py | ||
| plot_voting_decision_regions.py | ||
| plot_voting_probas.py | ||
README.txt
.. _ensemble_examples: Ensemble methods ---------------- Examples concerning the :mod:`sklearn.ensemble` module.