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.
1 parent 4cac986 commit fe4dbe3Copy full SHA for fe4dbe3
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