scikit-learn/sklearn/decomposition/tests
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
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py Fix sparse_encode input checks 2015-10-05 13:59:48 +02:00
test_factor_analysis.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
test_fastica.py TST/COSMIT remove nose call boilerplate 2015-05-28 14:54:01 -04:00
test_incremental_pca.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_kernel_pca.py Merge PR #6037: copy_X in KernelPCA 2016-03-24 19:01:10 -04:00
test_nmf.py inverse_transformation for NMF decomposition 2016-02-11 23:30:10 +05:30
test_online_lda.py Merge pull request #6327 from yenchenlin1994/fix-lda-transform-output-probability 2016-02-13 18:28:03 +01:00
test_pca.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
test_sparse_pca.py MAINT enable multiprocessing + kmeans test on Python 3.4 2015-09-04 11:47:34 +02:00
test_truncated_svd.py Fixes #4455. 2015-10-13 17:44:36 -04:00