Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Mueller 8f2780f579 Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
Arnaud Joly d7c17a1ff5 TST bagging of pipeline of classifier 2014-10-07 10:50:36 +02:00
murad d31dee1244 BaggingClassifer/BaggingRegressor tests for sparse input 2014-04-17 18:11:05 -04:00
murad 6982977c3c added tests for sparse matrix inputs to BaggingClassifier and BaggingRegressor 2014-04-16 14:57:06 -04:00
Lars Buitinck 91a45af295 ENH micro-optimize a few tests 2014-04-04 11:27:07 +02:00
Mikhail Korobov 261da69b3d TST remove n_jobs=-1 usages in tests 2014-03-24 15:35:37 +06:00
Mikhail Korobov 88a85e0621 TST fix sklearn.ensemble.tests.test_bagging.test_parallel
n_jobs variable was unused previously, leaving n_jobs=-1 case untested for BaggingRegressor.
2014-03-21 03:52:32 +06:00
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
Gilles Louppe f8bf44a251 FIX: logaddexp(-inf, -inf) == -inf and not NaN 2013-09-11 21:31:46 +02:00
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00