Skip to content

Pipeline should use fit_transform in fit_predict #7558

@gszpak

Description

@gszpak

Description

Pipeline's fit_predict implementation is inconsistent with docstring. According to docstring, each
step should call fit_transform, but it calls only transform instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions