Skip to content

Commit 38e7c8b

Browse files
orenmnTomDLT
authored andcommitted
fix the docstring (scikit-learn#11788)
1 parent 6e97763 commit 38e7c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/logistic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def _intercept_dot(w, X, y):
6161
Coefficient vector without the intercept weight (w[-1]) if the
6262
intercept should be fit. Unchanged otherwise.
6363
64-
X : {array-like, sparse matrix}, shape (n_samples, n_features)
65-
Training data. Unchanged.
64+
c : float
65+
The intercept.
6666
6767
yz : float
6868
y * np.dot(X, w).

0 commit comments

Comments
 (0)