Skip to content

Commit 70bf00c

Browse files
committed
DOC escape one more instance of "classes_" in SGD
1 parent 4d73f2b commit 70bf00c

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
@@ -609,7 +609,7 @@ def predict_proba(self, X):
609609
-------
610610
array, shape = [n_samples, n_classes]
611611
Returns the probability of the sample for each class in the model,
612-
where classes are ordered as they are in self.classes_.
612+
where classes are ordered as they are in `self.classes_`.
613613
614614
References
615615
----------

0 commit comments

Comments
 (0)