Thanks to visit codestin.com
Credit goes to github.com

Skip to content

estimator_checks use isinstance(estimator, ClassifierMixin) #9475

Closed
@jnothman

Description

@jnothman

Some estimator checks use isinstance(estimator, ClassifierMixin). They should use base.is_classifier instead. Or we should implement __instancecheck__ on ClassifierMixin so that they are equivalent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-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