Skip to content
This repository has been 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

Open
grzes314 opened this issue Apr 23, 2018 · 0 comments

Comments

@grzes314
Copy link

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.

@kamil-kaczmarek kamil-kaczmarek added this to the Steps as Python package milestone May 7, 2018
@kamil-kaczmarek kamil-kaczmarek removed this from the Steps as Python package milestone May 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants