8000 DOC Normalization of linear_model decision_function (#19142) · scikit-learn/scikit-learn@9f86a25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f86a25

Browse files
authored
DOC Normalization of linear_model decision_function (#19142)
1 parent be4c1d1 commit 9f86a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def decision_function(self, X):
266266
"""
267267
Predict confidence scores for samples.
268268
269-
The confidence score for a sample is the signed distance of that
270-
sample to the hyperplane.
269+
The confidence score for a sample is proportional to the signed
270+
distance of that sample to the hyperplane.
271271
272272
Parameters
273273
----------

0 commit comments

Comments
 (0)
0