scikit-learn/sklearn/tests
Mikhail Korobov 809378f259 FIX parallel FeatureUnion.fit and fit_transform
It didn't work previously because transformers were fit in another
process, and information they learned was not transferred back.
2013-10-12 20:15:24 +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 BUG: tests were raising the DataConversionWarning 2013-07-29 00:56:45 +02: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 ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02: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