foreshadow
foreshadow copied to clipboard
Switch patching to use patchy
Description
https://pypi.org/project/patchy/ _fit from sklearn.pipeline.Pipeline. Estimate: 1 day
Not possible using the current patchy api. This will replace the source pipeline._fit which is not what we want. We want our own version of the Pipeline (DynamicPipeline) that acts in its own way. Otherwise, when we patch, things that just use Pipeline will now break. Will revisit when this becomes an issue with a different solution.