scikit-learn/sklearn/ensemble
Justin Vincent d420aafb0f TST + PY3 various fixes
* Little hack in fixes.py that can be removed when NumPy's
  https://github.com/numpy/numpy/issues/3484 is fixed.
* Little cleanup to the fixes implementation.
* Change the numpy workaround and added a test. Fixed some xrange usage.
* Fix the weight boosting test.
* None is not comparable in python3
* Fix a test that depended on dictionary iteration order.
* Python3 removed execfile
* More test fixes.

Fixes #2122.
2013-07-05 20:17:23 +02:00
..
tests TST + PY3 various fixes 2013-07-05 20:17:23 +02:00
__init__.py COSMIT pep8 2013-02-08 22:10:40 +01:00
_gradient_boosting.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_gradient_boosting.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
forest.py DOC spelling and clarification 2013-06-29 16:18:24 +03:00
gradient_boosting.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
partial_dependence.py DOC spellfixes 2013-06-29 16:18:23 +03:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
weight_boosting.py DOC spellfixes 2013-06-29 16:18:23 +03:00