scikit-learn/sklearn/decomposition/tests
Lars Buitinck f309126b53 FIX PCA error handling for invalid n_components
n_components < 0 was silently handled like None; > n_features gave a
cryptic error message from the bowels of np.linalg.

XXX n_components == 0 is still allowed as changing it makes tests fail,
not sure what it means.
2014-06-05 20:16:43 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py ENH : use local seed + avoid warning 2014-05-22 09:14:33 +02:00
test_factor_analysis.py COSMIT fix PEP8 errors 2014-02-02 00:30:28 +11:00
test_fastica.py ENH: address discussion 2013-11-29 13:55:39 +01:00
test_kernel_pca.py COSMIT pep8 2013-04-02 13:30:55 +02:00
test_nmf.py ENH micro-optimize NMF inner loop 2013-10-20 19:17:26 +02:00
test_pca.py FIX PCA error handling for invalid n_components 2014-06-05 20:16:43 +02:00
test_sparse_pca.py TST skip SparsePCA n_jobs!=1 test on Mac OS X because it hangs 2014-03-21 04:22:05 +06:00
test_truncated_svd.py TruncatedSVD: Calculate explained variance. 2014-04-17 15:10:34 -04:00