scikit-learn/sklearn/ensemble
Raghav R V 93008482bd DOC/TST docstring --> comment 2015-03-26 18:41:19 +05:30
..
tests DOC/TST docstring --> comment 2015-03-26 18:41:19 +05:30
__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 Update docstring predict_proba() 2015-03-05 15:33:26 -05:00
gradient_boosting.py fix issue 4447 : min_weight_leaf not properly passed to PresortBestSplitter 2015-03-25 14:11:13 +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