scikit-learn/examples/ensemble
Andreas Mueller 6ab3b5b2be MISC rename RandomForestEmbedding to RandomTreesEmbedding 2012-11-15 19:20:45 +00:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01: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 MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02: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 renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
plot_random_forest_embedding.py MISC rename RandomForestEmbedding to RandomTreesEmbedding 2012-11-15 19:20:45 +00:00

README.txt

.. _ensemble_examples:

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

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