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 be4c1d1 commit 9f86a25Copy full SHA for 9f86a25
sklearn/linear_model/_base.py
@@ -266,8 +266,8 @@ def decision_function(self, X):
266
"""
267
Predict confidence scores for samples.
268
269
- The confidence score for a sample is the signed distance of that
270
- sample to the hyperplane.
+ The confidence score for a sample is proportional to the signed
+ distance of that sample to the hyperplane.
271
272
Parameters
273
----------
0 commit comments