scikit-learn/sklearn/decomposition
Jihane d14fd82cf4
ENH Preserving dtypes for ICA (#22806)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-03-28 18:07:53 +02:00
..
tests ENH Preserving dtypes for ICA (#22806) 2022-03-28 18:07:53 +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 API Add data_transposed argument and warning to make_sparse_coded_signal (#21425) 2022-03-22 16:01:42 +01:00
_factor_analysis.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_fastica.py ENH Preserving dtypes for ICA (#22806) 2022-03-28 18:07:53 +02:00
_incremental_pca.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_kernel_pca.py FIX Fixed `self.n_components` typo in `kernal_pca` (#22812) 2022-03-13 18:14:23 -04: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 ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111) 2022-01-04 17:39:14 +01: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