8000 DOC Fix tiny punctuation mistake in doc of SGDClassifier (#15135) · scikit-learn/scikit-learn@85dd755 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85dd755

Browse files
felixdivothomasjpfan
authored andcommitted
DOC Fix tiny punctuation mistake in doc of SGDClassifier (#15135)
1 parent 7dd03e0 commit 85dd755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/stochastic_gradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ class SGDClassifier(BaseSGDClassifier):
747747
not achievable with 'l2'.
748748
749749
alpha : float
750-
Constant that multiplies the regularization term. Defaults to 0.0001
750+
Constant that multiplies the regularization term. Defaults to 0.0001.
751751
Also used to compute learning_rate when set to 'optimal'.
752752
753753
l1_ratio : float

0 commit comments

Comments
 (0)
0