Skip to content

LinearSVR: Default value for epsilon is incorrectly documented #13552

@Stigjb

Description

@Stigjb

The documentation for LinearSVR says that the default value for epsilon is 0.1, but in the code it is 0. Either update the documentation or the default value in __init__.

In LinearSVR's docstring:

epsilon : float, optional (default=0.1)

In __init__:

def __init__(self, epsilon=0.0, tol=1e-4, C=1.0,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions