scikit-learn/scikits/learn/tests
Gael varoquaux 7fe51315e6 BUG: fix kneighbors method in high dim 2011-03-22 23:09:13 +01: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_fastica.py consistently rename n_comp to n_components 2010-12-10 20:04:51 +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 BUG: fix kneighbors method in high dim 2011-03-22 23:09:13 +01:00
test_pca.py FIX: heisen test failure + some pep8 in test_pca.py 2011-03-19 20:33:13 +01:00
test_pipeline.py FIX: make PCA models usable in pipelines 2011-03-02 02:16:49 +01: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