8000 fix issue #2901 · shidaitimes/scikit-learn@08a7f67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08a7f67

Browse files
committed
1 parent 85922d3 commit 08a7f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/kernel_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class KernelPCA(BaseEstimator, TransformerMixin):
2727
Default: "linear"
2828
2929
degree : int, default=3
30-
Degree for poly, rbf and sigmoid kernels. Ignored by other kernels.
30+
Degree for poly kernels. Ignored by other kernels.
3131
3232
gamma : float, optional
3333
Kernel coefficient for rbf and poly kernels. Default: 1/n_features.

0 commit comments

Comments
 (0)
0