* Rename n_iter to n_splits * Fix bug * Fix examples * Add spaces * Rename n_folds to n_splits * Fix error * Fix doc * Fix doc * Fix example * Rename variables name * PEP8 * Fix error message * Add whats_new * Fix test * Fix doc * Fix doc * Make test clear |
||
|---|---|---|
| .. | ||
| 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_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.