scikit-learn/sklearn/tests
Olivier Grisel 7697a6fb31 Merge more Py3 fixes 2013-07-13 15:01:32 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py PY3: New test for the get_params handling of deprecated attributes. 2013-07-02 18:51:23 +02:00
test_check_build.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_common.py COSMIT pep8 2013-07-11 11:50:23 +02:00
test_cross_validation.py Fix y vector. We wanted round off division so that y == [0 0 1 1 2 2 ...], not [0 .5 1 1.5...] 2013-07-10 17:01:18 -04:00
test_dummy.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_grid_search.py TST + PY3 various fixes 2013-07-05 20:17:23 +02:00
test_hmm.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_init.py Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
test_isotonic.py Added test to check whether the isotonic regression changed y when all ranks were equal 2013-01-01 13:15:00 +01:00
test_kernel_approximation.py COSMIT rm repetitive __main__ blocks from tests 2013-03-18 15:28:46 +01:00
test_lda.py Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
test_multiclass.py ENH add multilabel support to PRF metric family 2013-05-20 13:08:50 +10:00
test_naive_bayes.py FIX test failure in naive Bayes 2013-07-04 13:42:01 +02:00
test_pipeline.py DOC spellfixes 2013-06-29 16:18:23 +03:00
test_pls.py DOC spellfixes 2013-06-29 16:18:23 +03:00
test_preprocessing.py FIX copy in OneHotEncoder and _transform_selected 2013-07-05 21:52:35 +02:00
test_qda.py Update test_qda.py 2013-07-09 14:36:09 -07:00
test_random_projection.py COSMIT PEP8 2012-12-22 16:48:17 +01:00