scikit-learn/examples/ensemble
Brian Wignall 48cbbab89b CLN: Fix typo in comment 2014-12-13 09:14:47 -05: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 CLN: Fix typo in comment 2014-12-13 09:14:47 -05: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_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 DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
plot_gradient_boosting_quantile.py fix wrong confidence interval 2014-05-17 22:28:30 +02:00
plot_gradient_boosting_regression.py Fixed some PEP8 violations even present in master branch, in examples/ 2014-05-15 09:35:24 +05:30
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

README.txt

.. _ensemble_examples:

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

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