scikit-learn/scikits/learn/tests
Fabian Pedregosa 78733bf4fb Add regularization in the computation of barycenter weights.
My ""smart"" alternative was not working.
2011-04-11 22:07:58 +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 Merge branch 'cv_indices' of https://github.com/agramfort/scikit-learn 2011-01-19 16:55:10 +01:00
test_grid_search.py FIX: fix bug in sparse liblinear: bias parameter was not set. 2010-12-13 16:05:13 +01:00
test_hmm.py BUG: fix GaussianHMM.fit to allow input sequences of different lengths 2011-01-02 11:21:54 -05:00
test_init.py FIX: removed obsolete entries and added current ones for top-level __all__ + unittest 2011-01-18 10:22:20 -05:00
test_lda.py ENH: adding predict_log_proba to LDA and QDA + tests to reach 100% coverage 2010-11-15 18:13:04 +01:00
test_mixture.py More cosmetic changes in GMM. 2011-02-27 13:04:12 +01:00
test_naive_bayes.py ENH : adding support for predict_log_proba in Naive Bayes 2010-11-15 18:44:31 +01:00
test_neighbors.py Add regularization in the computation of barycenter weights. 2011-04-11 22:07:58 +02:00
test_pipeline.py Decomposition module WIP 2011-04-04 14:31:48 +03:00
test_pls.py ENH: make transform() work when no Y is given. 2011-03-04 15:58:05 +01:00
test_qda.py ENH: adding predict_log_proba to LDA and QDA + tests to reach 100% coverage 2010-11-15 18:13:04 +01:00