Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

One fit_transform call on the pipeline may result in multiple fit_transform calls on some steps #24

Description

@grzes314

Consider 3 steps A, B, C, connected like this: A -> B, B -> C, A -> C. Say, we fit this pipeline by calling C.fit_transform(...). If A is initialized with force_fitting option, then its fit_transform method will be called twice, which is undesirable behavior. Even when force_fitting is False, transform is going to be called twice, which might require reconsidaration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions