scikit-learn/examples/ensemble
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_adaboost_hastie_10_2.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_adaboost_multiclass.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_adaboost_regression.py P3K death to the print statement 2013-02-11 23:11:57 +01:00
plot_adaboost_twoclass.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
plot_bias_variance.py ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
plot_forest_importances.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_forest_importances_faces.py EXAMPLE: compute_importances=True is no longer required (2) 2013-02-08 08:37:21 +01:00
plot_forest_iris.py updated docs to fix formatting errors 2013-07-17 13:54:34 +01:00
plot_gradient_boosting_oob.py example doc string 2013-07-24 11:17:34 +02:00
plot_gradient_boosting_quantile.py renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
plot_gradient_boosting_regression.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_gradient_boosting_regularization.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_partial_dependence.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_random_forest_embedding.py DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00

README.txt

.. _ensemble_examples:

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

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