scikit-learn/sklearn/tests
Mathieu Blondel c9d27f3dc0 Move preprocessing.py to sklearn/. 2012-01-21 05:39:34 +09:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
test_cross_validation.py BUG replace assert by custom exceptions 2012-01-18 23:31:39 +01:00
test_grid_search.py ENH: refit now works in the GridSearchCV 2012-01-18 16:45:04 +01:00
test_hmm.py Change logsum to logsumexp for comparability with scipy 2011-12-20 03:10:07 -08:00
test_init.py COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
test_kernel_approximation.py Use rbf_kernel. 2012-01-10 13:35:15 +09:00
test_lda.py COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
test_multiclass.py ENH intercept_ on linear OvR clf + change exception to AttributeError 2012-01-12 22:55:25 +01:00
test_naive_bayes.py BUG make coef_ 1-d in Naive Bayes for binary case 2012-01-18 19:55:48 +01:00
test_pipeline.py ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
test_pls.py ENH linnerud dataset interface adjusted to be consistent with the others 2011-12-18 12:45:09 +01:00
test_preprocessing.py Move preprocessing.py to sklearn/. 2012-01-21 05:39:34 +09:00
test_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00