scikit-learn/sklearn/ensemble
Andreas Mueller e23d9c9462 ENH Make all decision functions have the same shape. Fixes SVC and GradientBoosting. Closes #1490. 2014-07-19 10:22:03 +02:00
..
tests Added a parameter check on n_estimators in BaseEnsemble to raise error if it is not strictly positive. 2014-07-18 19:26:33 +02:00
__init__.py ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
_gradient_boosting.c tree: add min_weight_fraction_leaf 2014-07-02 11:47:31 +02:00
_gradient_boosting.pyx ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +02:00
bagging.py DOC correct bagging docs regarding sparse inputs 2014-06-18 23:28:48 +02:00
base.py Added a parameter check on n_estimators in BaseEnsemble to raise error if it is not strictly positive. 2014-07-18 19:26:33 +02:00
forest.py ENH: transformers work on non ndarray subclasses 2014-07-17 11:44:08 +02:00
gradient_boosting.py ENH Make all decision functions have the same shape. Fixes SVC and GradientBoosting. Closes #1490. 2014-07-19 10:22:03 +02:00
partial_dependence.py COSMIT six.{map,range} usage in partial_dependence 2014-04-24 17:18:43 +02:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
weight_boosting.py Trivial doc alteration, travis timeout 2014-06-02 21:01:54 -04:00