scikit-learn/sklearn/ensemble/tests
Lars Buitinck 5b90e97ebf TST remove SVR(probability=True) from AdaBoost tests
Doesn't seem to have been testing anything, because CustomSVR doesn't
have predict_proba.
2014-12-17 10:37:33 +01:00
..
__init__.py ENH: Added __init__.py into ensemble/tests/ 2011-11-16 16:27:20 +01:00
test_bagging.py TST bagging of pipeline of classifier 2014-10-07 10:50:36 +02:00
test_base.py Added a parameter check on n_estimators in BaseEnsemble to raise error if it is not strictly positive. 2014-07-18 19:26:33 +02:00
test_forest.py ENH Bring sparse input support to tree-based methods 2014-11-06 13:58:28 +01:00
test_gradient_boosting.py MAINT remove deprecated loss in gradient boosting 2014-10-24 12:58:13 +02:00
test_gradient_boosting_loss_functions.py fix: sample_weight is None in Huber.deviance 2014-09-18 10:42:36 +02:00
test_partial_dependence.py COSMIT pep8 2012-12-22 16:48:17 +01:00
test_weight_boosting.py TST remove SVR(probability=True) from AdaBoost tests 2014-12-17 10:37:33 +01:00