scikit-learn/sklearn/decomposition
yanlend 9f8e062571 fix docs and doctests for KernelPCA 2015-10-23 08:57:30 +02:00
..
tests MAINT/TST: public export of non_negative_factorization 2015-10-21 14:55:06 +02:00
__init__.py MAINT/TST: public export of non_negative_factorization 2015-10-21 14:55:06 +02:00
_online_lda.c ENH: optimize LDA, ~15% faster on one core 2015-09-23 16:46:15 +02:00
_online_lda.pyx ENH: optimize LDA, ~15% faster on one core 2015-09-23 16:46:15 +02:00
base.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
cdnmf_fast.c BUG shuffle components, not samples in NMF CD 2015-09-30 21:45:03 +02:00
cdnmf_fast.pyx BUG shuffle components, not samples in NMF CD 2015-09-30 21:45:03 +02:00
dict_learning.py Fix sparse_encode input checks 2015-10-05 13:59:48 +02:00
factor_analysis.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
fastica_.py FIX dtypes to conform to the stricter type cast rules of numpy 1.10 2015-10-15 18:21:51 +02:00
incremental_pca.py partial_fit for scalers 2015-10-13 11:37:00 +02:00
kernel_pca.py fix docs and doctests for KernelPCA 2015-10-23 08:57:30 +02:00
nmf.py COSMIT nicer output from NMF with verbose > 0 2015-10-21 13:14:56 +02:00
online_lda.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
pca.py DOC versionadded randomized_svd 2015-10-21 18:28:37 +02:00
setup.py ENH refactor NMF and add CD solver 2015-09-21 11:42:07 +02:00
sparse_pca.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
truncated_svd.py randomized_svd: power iter, normalization, benchmark 2015-10-21 11:21:40 +02:00