scikit-learn/examples/ensemble
Gilles Louppe 562b60ce8a EXAMPLE: merge plot_adaboost_iris into plot_forest_iris 2013-01-08 22:19:02 -08:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_adaboost_classification.py FIX: import not used 2013-01-08 22:19:01 -08:00
plot_adaboost_error.py EXAMPLE: reduce the number of samples 2013-01-08 22:19:01 -08:00
plot_adaboost_quantiles.py EXAMPLE: simplify n_estimators and n_samples 2013-01-08 22:19:01 -08:00
plot_adaboost_regression.py implement AdaBoost 2013-01-08 16:50:38 -08:00
plot_forest_importances.py COSMIT pep8 2012-09-04 17:24:01 +01:00
plot_forest_importances_faces.py DOC: Example 2012-07-04 12:02:22 +02:00
plot_forest_iris.py EXAMPLE: merge plot_adaboost_iris into plot_forest_iris 2013-01-08 22:19:02 -08:00
plot_forest_multioutput.py COSMIT pep8 2012-09-04 17:24:01 +01: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 renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
plot_gradient_boosting_regularization.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_partial_dependence.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_random_forest_embedding.py Cosmit pep8 2012-12-25 13:16:05 +01:00

README.txt

.. _ensemble_examples:

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

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