Skip to content

Commit

Permalink
DOC Fix tiny punctuation mistake in doc of SGDClassifier (#15135)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo authored and thomasjpfan committed Oct 5, 2019
1 parent 7dd03e0 commit 85dd755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/linear_model/stochastic_gradient.py
Expand Up @@ -747,7 +747,7 @@ class SGDClassifier(BaseSGDClassifier):
not achievable with 'l2'.
alpha : float
Constant that multiplies the regularization term. Defaults to 0.0001
Constant that multiplies the regularization term. Defaults to 0.0001.
Also used to compute learning_rate when set to 'optimal'.
l1_ratio : float
Expand Down

0 comments on commit 85dd755

Please sign in to comment.