scikit-learn/sklearn/decomposition
hlin117 e5c366f77f Merge PR #6037: copy_X in KernelPCA
Ensuring consistent transforms for KernelPCA

Taking @vene's changes into account, thanks!

Taking @jakevdp's comment into account

Added more verbose documentation to kernel_pca.py

Specifying that X_fit_ will not be None. @jakevdp

KernelPCA: Fixing more formatting of docstring

Addressed @vene's documentation comments

Addressing that dual_coef_ might not be present in model in docs. @vene
2016-03-24 19:01:10 -04:00
..
tests Merge PR #6037: copy_X in KernelPCA 2016-03-24 19:01:10 -04:00
__init__.py MAINT/TST: public export of non_negative_factorization 2015-10-21 14:55:06 +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.pyx BUG shuffle components, not samples in NMF CD 2015-09-30 21:45:03 +02:00
dict_learning.py General spelling fixes 2015-12-16 09:46:42 -08: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 Merge PR #6037: copy_X in KernelPCA 2016-03-24 19:01:10 -04:00
nmf.py MAINT remove my email address 2016-03-04 10:43:41 +01:00
online_lda.py Merge pull request #6327 from yenchenlin1994/fix-lda-transform-output-probability 2016-02-13 18:28:03 +01:00
pca.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11: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 ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00