scikit-learn/sklearn/decomposition
Olivier Grisel 5c09163d77
FIX array_api support for non-integer n_components in PCA (#27431)
2023-11-15 11:45:35 -05:00
..
tests FIX array_api support for non-integer n_components in PCA (#27431) 2023-11-15 11:45:35 -05: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 TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02: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 make sure that KernelPCA works with pandas output and arpack solver (#27583) 2023-10-16 15:26:36 +02: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 FIX array_api support for non-integer n_components in PCA (#27431) 2023-11-15 11:45:35 -05:00
_sparse_pca.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_truncated_svd.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00