scikit-learn/sklearn/ensemble
vstolbunov ebd5dbc68a Fixed syntax and combined two test functions 2015-09-15 12:40:08 -04:00
..
tests TEST: check parallel computation 2015-09-14 07:38:01 +02:00
__init__.py votingclassifier 2015-04-20 19:27:30 -04:00
_gradient_boosting.c ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
_gradient_boosting.pyx ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
bagging.py Fixed syntax and combined two test functions 2015-09-15 12:40:08 -04:00
base.py FIX Support for negative values of n_jobs 2015-01-21 12:58:31 +01:00
forest.py fixes bug in oob_score when X is sparse.csc matrix [refs #4744] 2015-07-17 14:46:14 +05:30
gradient_boosting.py minor fixes to the doc build 2015-09-11 17:32:51 -04:00
partial_dependence.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
voting_classifier.py FIX: ensure that get_params returns VotingClassifier own params 2015-07-23 08:34:26 +02:00
weight_boosting.py AdaBoostRegressor should not raise errors if the base_estimator 2015-09-06 23:30:37 -04:00