scikit-learn/sklearn/decomposition
Michael I Chen 0ee590d580
Correct a typo in documentation (#23116)
extend -> extent
2022-04-12 10:48:53 +02:00
..
tests [MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion (#18975) 2022-03-30 11:13:08 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04: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 warning conventions (#22505) 2022-02-16 14:07:25 +01: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 MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00