scikit-learn/sklearn/decomposition
Takeshi Oura cb4688ad15
ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111)
Co-authored-by: takoika <>
2022-01-04 17:39:14 +01:00
..
tests ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111) 2022-01-04 17:39:14 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py ENH Adds feature names out to decomposition module (#21334) 2021-10-27 13:08:37 +02:00
_cdnmf_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_dict_learning.py ENH Preserving dtype for np.float32 in *DictionaryLearning, SparseCoder and orthogonal_mp_gram (#22002) 2021-12-30 12:16:41 +01:00
_factor_analysis.py FIX validate parameter in 'fit' for 'FactorAnalysis' (#21713) 2021-11-26 14:00:45 -05:00
_fastica.py EHN Support unit-variance whitening for `FastICA` (#19490) 2021-11-08 15:43:49 +01:00
_incremental_pca.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_kernel_pca.py FIX check that parameters validation happen in fit for KernelPCA (#21567) 2021-11-15 08:37:18 +01:00
_lda.py ENH Adds feature names out to decomposition module (#21334) 2021-10-27 13:08:37 +02:00
_nmf.py MNT Finalize the change of the default `init` of NMF (#21500) 2021-10-30 16:20:47 +02:00
_online_lda_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_pca.py ENH expose n_oversamples in PCA when using solver="randomized" (#21109) 2021-11-09 11:50:22 +01: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 ENH Adds feature names out to decomposition module (#21334) 2021-10-27 13:08:37 +02:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00