Commit Graph

22 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
Loïc Estève 67dcd99d82 TST fix tests with numpy 1.6.1
np.bincount raises an Exception with empty input arrays for numpy versions < 1.6.2
Add utils.fixes.bincount to tackle this issue and use it instead of np.bincount
2015-02-01 15:49:49 +01:00
Raghav R V abd31d2cad MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
akshayah3 16bc265ed8 dded tests to test_boosting 2014-09-28 14:58:55 +05:30
akshayah3 11d3696de2 Added make_fit_parameter method 2014-09-27 19:35:13 +05:30
Mathieu Blondel 0d9f6ccc4c Fix wrong attribute doc in BaggingRegressor. 2014-09-17 17:13:31 +09:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Laurent Direr 9131413aaa Added warm start to random forests. 2014-07-25 13:58:06 +02:00
Laurent Direr db5be98070 Changed _partition_estimators signature to make it compatible with warm start. 2014-07-25 13:53:23 +02:00
Andreas Mueller c235c3b566 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Lars Buitinck 060d2647a8 DOC correct bagging docs regarding sparse inputs 2014-06-18 23:28:48 +02:00
Ilambharathi Kanniah 7a1a171b1a Sparse support in Bagging #3241 2014-06-17 15:48:17 -07:00
Ilambharathi Kanniah f8a70bc6d1 Sparse input support in BaggingClassfier and BaggingRegressor #3241 2014-06-17 10:16:10 -07:00
Lars Buitinck cc7f7d603d DOC trees/ensembles: class labels need not be integers 2014-03-21 10:54:20 +01:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Lars Buitinck aebcb1625a ENH use hasattr "predict_proba" in bagging
More robust than catching exceptions.
2014-02-27 21:00:26 +01:00
Lars Buitinck 7c621fc261 DOC no more "arithmetical order" for classes 2014-02-17 11:47:51 +01:00
Gilles Louppe 7ecae94720 DOC: bootstrap=True by default 2013-09-12 08:41:22 +02:00
Gilles Louppe f8bf44a251 FIX: logaddexp(-inf, -inf) == -inf and not NaN 2013-09-11 21:31:46 +02:00
Gilles Louppe cc7407654b ENH: move _partition_estimators to ensemble.base 2013-09-11 13:51:12 +02:00
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00