scikit-learn/sklearn/ensemble
Gael Varoquaux d99bd2bb1c BUG: tests were raising the DataConversionWarning
It appears that when warnings are raised once, they are not reraised
in the tests, thus triggering a failure for the test checking for these
warnings
2013-07-29 00:56:45 +02:00
..
tests BUG: tests were raising the DataConversionWarning 2013-07-29 00:56:45 +02:00
__init__.py import classes - now they work! 2013-07-22 12:19:57 +02:00
_gradient_boosting.c ENH back-port rand_r from 4.4BSD 2013-07-22 12:20:01 +02:00
_gradient_boosting.pyx fix: proper dtype for SIZE_t 2013-07-22 12:19:57 +02:00
base.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
forest.py much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00
gradient_boosting.py much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00
partial_dependence.py FIX: partial dependence test 2013-07-27 15:12:14 +02:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
weight_boosting.py Try to raise and test warnings. 2013-07-28 12:10:45 +02:00