scikit-learn/sklearn/ensemble
Joel Nothman 4a4b711a42 [MRG] FIX Avoid accumulating forest predictions in non-threadsafe manner (#9830) 2017-10-16 16:23:42 +02:00
..
tests [MRG+1] MAINT Replace assert_array_equal with -assert_array_almost_equal where necessary. (#9774) 2017-09-18 19:55:23 +10:00
__init__.py iforest 2015-10-24 15:17:32 +02:00
_gradient_boosting.pyx [MRG] fix #6101 GradientBoosting decision_function for sparse inputs (#6116) 2016-10-15 21:41:44 +11:00
bagging.py [MRG + 1] Too few arguments in formatting call (#9298) 2017-07-13 23:48:04 +02:00
base.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
forest.py [MRG] FIX Avoid accumulating forest predictions in non-threadsafe manner (#9830) 2017-10-16 16:23:42 +02:00
gradient_boosting.py [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
iforest.py [MRG + 1 (rv) + 1 (alex) + 1] Add a check to test the docstring params and their order (#9206) 2017-07-11 18:42:10 +02:00
partial_dependence.py Update partial_dependence.py (#9434) 2017-07-24 11:36:18 -04:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
voting_classifier.py ENH Add named_estimator_ for votingClassifier (#9168) 2017-09-03 08:54:35 +10:00
weight_boosting.py Use base.is_classifier instead instead of isinstance (#9482) 2017-08-08 14:36:03 +02:00