foreshadow icon indicating copy to clipboard operation
foreshadow copied to clipboard

Switch patching to use patchy

Open cchoquette opened this issue 5 years ago • 1 comments

Description

https://pypi.org/project/patchy/ _fit from sklearn.pipeline.Pipeline. Estimate: 1 day

cchoquette avatar Jul 29 '19 14:07 cchoquette

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.

cchoquette avatar Aug 13 '19 21:08 cchoquette