scikit-learn/sklearn/ensemble
Lars Buitinck c9789c7edf COSMIT clean up tests with pyflakes
test_ridge.py contained two duplicate functions.
2014-07-22 16:10:16 +02:00
..
tests COSMIT clean up tests with pyflakes 2014-07-22 16:10:16 +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 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +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 MAINT remove deprecated code from trees and forests 2014-07-22 15:52:48 +02:00
gradient_boosting.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
partial_dependence.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
weight_boosting.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00