scikit-learn/sklearn/decomposition/tests
Gael Varoquaux c8d3617678 Merge pull request #705 from agramfort/fix_ica
FIX : ICA with small n_components and whiten=False (fix for #697)
2012-03-21 15:45:20 -07:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py COSMIT pep8 2012-02-11 15:45:10 +01:00
test_fastica.py TST: capture warning in test 2012-03-21 09:20:08 +01:00
test_kernel_pca.py FIX #614: raise ValueError at KernelPCA init if fit_inverse_transform and precomputed kernel 2012-02-17 09:34:43 +01:00
test_nmf.py TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
test_pca.py TST: fix trivial bug and control the rng 2012-03-04 18:15:03 +01:00
test_sparse_pca.py Added test for SparsePCA.transform (checks #615) 2012-03-19 12:24:28 +01:00