Skip to content

transformers that take y should check X.shape[0] == y.shape[0].  #365

Description

@solegalli

X.shape[0] should be the same as y.shape[0]. If this requisite is not met, an exception of type ValueError should be raised.

https://scikit-learn.org/stable/developers/develop.html#fitting

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceimprove code and maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions