scikit-learn/sklearn/decomposition/tests
Joel Nothman 38c7e93b1e [MRG+1] LDA verbose should print iteration number in all cases (#8944)
* Printing iter and max_iter in online_lda if verbose

* Fixed typo to print iter and max_iter

* TST test verbose feature of LatentDirichletAllocation

* Py2 compatibility
2017-06-06 18:06: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 [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02: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] ENH PCA variants now expose singular values (#7685) 2016-10-30 21:07:14 +11:00
test_kernel_pca.py Merge PR #6037: copy_X in KernelPCA 2016-03-24 19:01:10 -04:00
test_nmf.py [MRG+1] Add multiplicative-update solver in NMF, with all beta-divergence (#5295) 2016-12-12 16:10:39 +01: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 Fix typo in PCA test (#8917) 2017-05-23 12:10:35 +10: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