We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623dea commit 8d53479Copy full SHA for 8d53479
sklearn/linear_model/_logistic.py
@@ -1403,7 +1403,7 @@ def predict_proba(self, X):
1403
the softmax function is used to find the predicted probability of
1404
each class.
1405
Else use a one-vs-rest approach, i.e. calculate the probability
1406
- of each class assuming it to be positive using the logistic function.
+ of each class assuming it to be positive using the logistic function
1407
and normalize these values across all the classes.
1408
1409
Parameters
0 commit comments