Skip to content

CalibratedClassifierCV non-deterministic by default, and can not be made deterministic #4536

@amueller

Description

@amueller

By default CalibratedClassifierCV uses a LinearSVC as base_estimator. LinearSVC is non-deterministic, which makes testing annoying. I think the default value is not that important, and I'd vote to just fix the random_state in the LinearSVC() that is constructed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugEasyWell-defined and straightforward way to resolve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions