scikit-learn/sklearn/ensemble
Andreas Mueller 04d81608a1 ENH Add MetaEstimatorMixin, make RFE default constructible 2012-06-26 14:16:03 +02:00
..
tests FIX testing: random state problem in forest testing. 2012-05-06 20:20:05 +02:00
__init__.py Merge remote branch 'upstream/master' into gradient_boosting 2011-12-12 22:09:59 +01:00
_gradient_boosting.c fix: gradient boosting regressor does not check if X is c-continous 2012-05-12 18:29:06 +02:00
_gradient_boosting.pyx fix: gradient boosting regressor does not check if X is c-continous 2012-05-12 18:29:06 +02:00
base.py ENH Add MetaEstimatorMixin, make RFE default constructible 2012-06-26 14:16:03 +02:00
forest.py ENH make base classes abstract meta classes 2012-06-26 14:16:03 +02:00
gradient_boosting.py ENH make base classes abstract meta classes 2012-06-26 14:16:03 +02:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00