We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1680b05 + fe4dbe3 commit 9f18b94Copy full SHA for 9f18b94
sklearn/decomposition/kernel_pca.py
@@ -70,7 +70,7 @@ class KernelPCA(BaseEstimator, TransformerMixin):
70
maximum number of iterations for arpack
71
Default: None (optimal value will be chosen by arpack)
72
73
- remove_zero_eig : boolean, default=True
+ remove_zero_eig : boolean, default=False
74
If True, then all components with zero eigenvalues are removed, so
75
that the number of components in the output may be < n_components
76
(and sometimes even zero due to numerical instability).
0 commit comments