scikit-learn/sklearn/decomposition
Chiara Marmo 69132ebbd3
FEA Online implementation of non-negative matrix factorization (#16948)
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-22 17:51:06 +02:00
..
tests FEA Online implementation of non-negative matrix factorization (#16948) 2022-04-22 17:51:06 +02:00
__init__.py FEA Online implementation of non-negative matrix factorization (#16948) 2022-04-22 17:51:06 +02:00
_base.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_cdnmf_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_dict_learning.py [MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion (#18975) 2022-03-30 11:13:08 +02:00
_factor_analysis.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_fastica.py DOC make decomposition._fastica.fastica pass numpydoc validation (#23094) 2022-04-09 23:08:57 +02:00
_incremental_pca.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_kernel_pca.py Correct a typo in documentation (#23116) 2022-04-12 10:48:53 +02:00
_lda.py ENH Adds feature names out to decomposition module (#21334) 2021-10-27 13:08:37 +02:00
_nmf.py FEA Online implementation of non-negative matrix factorization (#16948) 2022-04-22 17:51:06 +02:00
_online_lda_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_pca.py FIX Reduces memory usage of `PCA.transform` (#22553) 2022-03-02 13:47:29 -05:00
_sparse_pca.py [MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion (#18975) 2022-03-30 11:13:08 +02:00
_truncated_svd.py DOC Fix typo in decomposition.TruncatedSVD (#22624) 2022-02-27 08:25:56 -05:00
setup.py