scikit-learn/examples/ensemble
Hanmin Qin 32ac22870d [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02: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 + 1] DOC Fix Sphinx errors (#9420) 2017-07-30 15:22:10 +10:00
plot_feature_transformation.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01: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 [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
plot_gradient_boosting_early_stopping.py [MRG] Removes duplicate variable definition (#9688) 2017-09-05 09:27:18 +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 ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02: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 ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
plot_voting_decision_regions.py ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
plot_voting_probas.py ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00

README.txt

.. _ensemble_examples:

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

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