scikit-learn/sklearn/ensemble/tests
Olivier Grisel 8621f00f6f Merge pull request #3173 from arjoly/sparse-tree
[MRG] Sparse input support for decision tree and forest
2014-11-21 10:10: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 stronger non-regression test for #3815 2014-11-17 23:00:33 +01:00