8000 Revert "DOC Changed the docstring of class LinearSVR to reflect the d… · xhluca/scikit-learn@65984cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 65984cb

Browse files
author
Xing
authored
Revert "DOC Changed the docstring of class LinearSVR to reflect the default value of epsilon in the code (scikit-learn#13559)"
This reverts commit 1870ab2.
1 parent 163e8f4 commit 65984cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/svm/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class LinearSVR(LinearModel, RegressorMixin):
259259
260260
Parameters
261261
----------
262-
epsilon : float, optional (default=0.0)
262+
epsilon : float, optional (default=0.1)
263263
Epsilon parameter in the epsilon-insensitive loss function. Note
264264
that the value of this parameter depends on the scale of the target
265265
variable y. If unsure, set ``epsilon=0``.

0 commit comments

Comments
 (0)
0