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

Skip to content

Commit b188f94

Browse files
stootoonjeremiedbb
authored andcommitted
DOC Normalization of linear_model decision_function (#19142)
1 parent e15d224 commit b188f94

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
@@ -264,8 +264,8 @@ def decision_function(self, X):
264264
"""
265265
Predict confidence scores for samples.
266266
267-
The confidence score for a sample is the signed distance of that
268-
sample to the hyperplane.
267+
The confidence score for a sample is proportional to the signed
268+
distance of that sample to the hyperplane.
269269
270270
Parameters
271271
----------

0 commit comments

Comments
 (0)
0