scikit-learn/scikits/learn/tests
Gael varoquaux 6103a5f611 ENH: Avoid np.logaddexp.reduce
The reduce operation computes many times the exponential and the
logarithm. It induces numerical instabilities.

In addition, the logsum used to replace it is quicker, as it makes less
calls to transcendal functions (exp, log).
2011-07-20 23:11:33 +02:00
..
__init__.py MISC: Cosmit on PCA tests to get understandable errors from the buildbot. 2010-09-06 23:12:38 +02:00
test_base.py ENH: Raise error when cloning bug estimators 2010-11-23 09:21:30 +01:00
test_cross_val.py Cosmit: Fix (some) pyflakes warnings 2011-07-16 23:53:10 +02:00
test_grid_search.py PEP8 2011-06-30 19:55:08 +08:00
test_hmm.py ENH: Avoid np.logaddexp.reduce 2011-07-20 23:11:33 +02:00
test_init.py Cosmit: Fix (some) pyflakes warnings 2011-07-16 23:53:10 +02:00
test_lda.py Fix LDA transform. 2011-06-03 18:18:22 +09:00
test_naive_bayes.py Extend MultinomialNB tests to BernoulliNB 2011-06-11 19:44:37 +02:00
test_neighbors.py ENH : new radius_neighbors_graph to build graph of nearest neighbor from radius 2011-07-02 21:42:07 -04:00
test_pipeline.py Cosmit: Fix (some) pyflakes warnings 2011-07-16 23:53:10 +02:00
test_pls.py pep8 2011-05-16 21:52:06 -04:00
test_qda.py pep8 2011-05-16 21:52:06 -04:00