scikit-learn/examples/ensemble
rasbt c655bb9b0e changed clf to regr in decision tree regression examples 2015-06-17 15:20:23 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adaboost_hastie_10_2.py DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
plot_adaboost_multiclass.py xrange -> range 2014-04-16 23:40:56 -07:00
plot_adaboost_regression.py changed clf to regr in decision tree regression examples 2015-06-17 15:20:23 -04:00
plot_adaboost_twoclass.py plot_adaboost_twoclass.py: minor improvements 2014-10-02 22:41:51 -07:00
plot_bias_variance.py FIX python 3 compat for plot_bias_variance.py 2014-06-23 11:04:39 +02:00
plot_ensemble_oob.py Refined the docstring for plot_ensemble_oob.py. 2015-05-08 22:50:42 +10:00
plot_forest_importances.py DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01: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 Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
plot_gradient_boosting_oob.py COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_gradient_boosting_quantile.py fix wrong confidence interval 2014-05-17 22:28:30 +02:00
plot_gradient_boosting_regression.py COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_gradient_boosting_regularization.py MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
plot_partial_dependence.py DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
plot_random_forest_embedding.py DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
plot_voting_decision_regions.py FIX add missing numpy imports to VotingClassifier examples, pep8 fixes. 2015-05-12 16:41:44 -04:00
plot_voting_probas.py FIX add missing numpy imports to VotingClassifier examples, pep8 fixes. 2015-05-12 16:41:44 -04:00

README.txt

.. _ensemble_examples:

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

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