scikit-learn/sklearn/ensemble
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
..
tests TST remove SVR(probability=True) from AdaBoost tests 2014-12-17 10:37:33 +01:00
__init__.py ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
_gradient_boosting.c ENH Bring sparse input support to tree-based methods 2014-11-06 13:58:28 +01:00
_gradient_boosting.pyx ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +02:00
bagging.py dded tests to test_boosting 2014-09-28 14:58:55 +05:30
base.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
forest.py DOC clarify RandomTreesEmbedding docstring 2014-12-08 20:30:00 +01:00
gradient_boosting.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
partial_dependence.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
weight_boosting.py Merge pull request #3173 from arjoly/sparse-tree 2014-11-21 10:10:33 +01:00