scikit-learn/sklearn/ensemble
Andreas Mueller 8f2780f579 Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
..
tests Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
__init__.py ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
_gradient_boosting.c FIX: add except* in Splitter.init definitions 2015-02-23 08:19:10 +01:00
_gradient_boosting.pyx ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +02:00
bagging.py Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
base.py FIX Support for negative values of n_jobs 2015-01-21 12:58:31 +01:00
forest.py FIX test for consistent handling on empty input data 2015-02-26 10:45:06 +01:00
gradient_boosting.py Merge pull request #4057 from amueller/dtype_object_conversion 2015-02-24 22:33:20 +01: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 MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30