scikit-learn/sklearn/decomposition
Kendrick Cetina e4aab357e9
DOC improve attributes and parameters descriptions in KernelPCA (#17747)
Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-06-26 18:00:50 +02:00
..
tests BUG fix SparseCoder to follow scikit-learn API and allow cloning (#17679) 2020-06-25 23:05:19 +02:00
__init__.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00
_base.py MNT Make modules private in decomposition (#15344) 2019-10-28 22:46:16 +08:00
_cdnmf_fast.pyx ENH Make NMF preserve floating dtype (#16280) 2020-02-12 19:55:52 +01:00
_dict_learning.py BUG fix SparseCoder to follow scikit-learn API and allow cloning (#17679) 2020-06-25 23:05:19 +02:00
_factor_analysis.py MNT Use Vt instead of V as returned by svd() (#17100) 2020-05-05 19:52:07 +02:00
_fastica.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
_incremental_pca.py CLN Remove duplicate line (#17254) 2020-05-16 22:36:42 -04:00
_kernel_pca.py DOC improve attributes and parameters descriptions in KernelPCA (#17747) 2020-06-26 18:00:50 +02:00
_lda.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_nmf.py DOC Clarify how initial conditions are chosen for NMF. (#17369) 2020-06-03 09:39:16 -04:00
_online_lda_fast.pyx MNT Make modules private in decomposition (#15344) 2019-10-28 22:46:16 +08:00
_pca.py DOC update PCA random_state description (#17293) 2020-05-20 12:59:31 -04:00
_sparse_pca.py MNT Enables subset_invariance tests to run with SparsePCA (#17319) 2020-06-03 19:11:34 +02:00
_truncated_svd.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
setup.py MNT Make modules private in decomposition (#15344) 2019-10-28 22:46:16 +08:00