scikit-learn/examples/ensemble
Yen 42120e50bb [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187)
* Rename n_iter to n_splits

* Fix bug

* Fix examples

* Add spaces

* Rename n_folds to n_splits

* Fix error

* Fix doc

* Fix doc

* Fix example

* Rename variables name

* PEP8

* Fix error message

* Add whats_new

* Fix test

* Fix doc

* Fix doc

* Make test clear
2016-08-16 13:56:55 -07: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 Fix typos (#6942) 2016-06-27 18:13:49 +02:00
plot_feature_transformation.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_forest_importances.py Now plots based on the number of features in X 2015-10-11 23:09:39 -07: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 [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187) 2016-08-16 13:56:55 -07:00
plot_gradient_boosting_quantile.py fix wrong confidence interval 2014-05-17 22:28:30 +02:00
plot_gradient_boosting_regression.py MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
plot_gradient_boosting_regularization.py MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
plot_isolation_forest.py English language changes to IsolationForest documentation 2015-10-26 08:40:37 +01:00
plot_partial_dependence.py Python 2 backwards compatibility in example 2016-08-03 20:23:50 +02:00
plot_random_forest_embedding.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_random_forest_regression_multioutput.py Multitarget regression meta estimator 2016-03-10 16:06:08 -05:00
plot_voting_decision_regions.py General spelling fixes 2015-12-16 09:46:42 -08: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.