scikit-learn/sklearn/tests
Alexandre Gramfort 6e9c271697 FIX: fix grid search when X is list #925 2012-07-03 10:44:39 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
test_common.py ENH better input validation for prediction in SVC, LinearSVC. 2012-06-27 22:03:15 +02:00
test_cross_validation.py ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
test_grid_search.py FIX: fix grid search when X is list #925 2012-07-03 10:44:39 +02:00
test_hmm.py tests updated to match API 2012-06-01 17:47:17 +02:00
test_init.py COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
test_kernel_approximation.py ENH scipy.sparse support in additive chi² sampler 2012-06-23 14:04:04 +02:00
test_lda.py COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
test_multiclass.py ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +02:00
test_naive_bayes.py ENH Check that X is non_zero for MultinomialNB. 2012-06-15 11:58:51 +02:00
test_pipeline.py ENH joined tests for less duplication, checked shapes as @ogrisel suggested. 2012-05-03 08:13:37 +02:00
test_pls.py add test case for scale div through zero 2012-05-25 15:29:58 +02:00
test_preprocessing.py improved test_scaler_without_copy 2012-06-28 15:20:44 +02:00
test_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00