scikit-learn/sklearn/tests
Olivier Grisel 55efb67776 Merge pull request #2524 from rmcgibbo/hmmfix
Fix bug identified in #1817, comment 17340049
2013-10-25 01:06:44 -07: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 Add a estimator introspection check to test_common 2013-10-20 12:32:21 -07:00
test_cross_validation.py FIX: use next(iterator) built-in instead of iterator.next() 2013-09-26 12:12:23 +02:00
test_dummy.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_grid_search.py fix visual indent 2013-08-31 12:21:30 +05:30
test_hmm.py Fix bug identified in #1817, comment 17340049 2013-10-15 11:58:54 -07:00
test_init.py Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
test_isotonic.py MISC : pep8 and pyflakes on test_isotonic.py 2013-08-08 09:00:30 +02:00
test_kernel_approximation.py DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
test_lda.py Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
test_multiclass.py COSMIT pep8 2013-07-23 15:17:32 +02:00
test_naive_bayes.py FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +02:00
test_pipeline.py FIX parallel FeatureUnion.fit and fit_transform 2013-10-12 20:15:24 +02:00
test_qda.py COSMIT pep8 2013-07-23 15:17:32 +02:00
test_random_projection.py MAINT: randn on float is deprecated 2013-08-07 22:54:38 +02:00