scikit-learn/sklearn/decomposition/tests
Hanmin Qin 60e7e15cde [MRG+1] BUG Avoid unexpected error in PCA when n_components='mle' (#9886)
* n_components mle

* update doc

* improve

* update what's new

* update what's new
2017-10-09 10:31:06 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py [MRG+1] MAINT Replace assert_array_equal with -assert_array_almost_equal where necessary. (#9774) 2017-09-18 19:55:23 +10:00
test_factor_analysis.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_fastica.py [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00
test_incremental_pca.py [MRG + 1] Raising an error when batch_size < n_components in IncrementalPCA (#9303) 2017-08-15 09:37:10 +10:00
test_kernel_pca.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
test_nmf.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
test_online_lda.py [MRG+1] LDA verbose should print iteration number in all cases (#8944) 2017-06-06 18:06:43 +02:00
test_pca.py [MRG+1] BUG Avoid unexpected error in PCA when n_components='mle' (#9886) 2017-10-09 10:31:06 +02:00
test_sparse_pca.py [MRG+1] Deprecate ridge_alpha param on SparsePCA.transform() (#8137) 2017-01-04 19:42:05 +11:00
test_truncated_svd.py [MRG+1] ENH PCA variants now expose singular values (#7685) 2016-10-30 21:07:14 +11:00