Skip to content

Commit

Permalink
DOC Changed the docstring of class LinearSVR to reflect the default v…
Browse files Browse the repository at this point in the history
…alue of epsilon in the code (#13559)

* Update docstring in LinearSVR

Changed the docstring of class LinearSVR to reflect the default value of epsilon in the code.

* Update tree.rst

* Revert "Update tree.rst"
  • Loading branch information
mani2106 authored and adrinjalali committed Apr 2, 2019
1 parent 2a5c845 commit 86f904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/svm/classes.py
Expand Up @@ -259,7 +259,7 @@ class LinearSVR(LinearModel, RegressorMixin):
Parameters
----------
epsilon : float, optional (default=0.1)
epsilon : float, optional (default=0.0)
Epsilon parameter in the epsilon-insensitive loss function. Note
that the value of this parameter depends on the scale of the target
variable y. If unsure, set ``epsilon=0``.
Expand Down

0 comments on commit 86f904b

Please sign in to comment.