scikit-learn/sklearn/decomposition
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
..
tests [MRG+1] LDA verbose should print iteration number in all cases (#8944) 2017-06-06 18:06:43 +02:00
__init__.py [MRG+1] Housekeeping Deprecations for v0.19 (#7927) 2016-12-09 12:43:38 -05:00
_online_lda.pyx ENH: optimize LDA, ~15% faster on one core 2015-09-23 16:46:15 +02:00
base.py FIX/MAINT: update my mail etc (#8375) 2017-02-16 19:21:26 +01:00
cdnmf_fast.pyx BUG shuffle components, not samples in NMF CD 2015-09-30 21:45:03 +02:00
dict_learning.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
factor_analysis.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
fastica_.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
incremental_pca.py [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +01:00
kernel_pca.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
nmf.py [MRG+1] Fixing Math domain error on NMF due to numpy.dot (#8765) 2017-05-20 09:47:43 +02:00
online_lda.py [MRG+1] LDA verbose should print iteration number in all cases (#8944) 2017-06-06 18:06:43 +02:00
pca.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
sparse_pca.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
truncated_svd.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00