scikit-learn/sklearn/decomposition
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01:00
..
tests FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py ENH Allow fitting PCA on sparse X with arpack solvers (#18689) 2023-11-07 10:42:50 +00:00
_cdnmf_fast.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_dict_learning.py MAINT remove deprecated parameters in MiniBatchDictionaryLearning (#27834) 2023-11-24 13:10:12 -05:00
_factor_analysis.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_fastica.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
_incremental_pca.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_kernel_pca.py FIX degree in polynomial kernel should be a floating number (#27668) 2023-12-02 00:08:58 +01:00
_lda.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_nmf.py TST Extend tests for `scipy.sparse.*array` in `test_nmf.py` (#27100) 2023-08-18 18:42:09 +00:00
_online_lda_fast.pyx MAINT: remove `from numpy.math cimport` statements (#26143) 2023-04-12 16:06:05 +02:00
_pca.py MAINT remove n_features_ deprecated attribute in PCA (#27840) 2023-11-28 10:24:51 +01:00
_sparse_pca.py MAINT remove deprecated parameters in MiniBatchDictionaryLearning (#27834) 2023-11-24 13:10:12 -05:00
_truncated_svd.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00