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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dict_learning.py | ||
| test_factor_analysis.py | ||
| test_fastica.py | ||
| test_incremental_pca.py | ||
| test_kernel_pca.py | ||
| test_nmf.py | ||
| test_online_lda.py | ||
| test_pca.py | ||
| test_sparse_pca.py | ||
| test_truncated_svd.py | ||