scikit-learn-contrib / skdag

A more flexible alternative to scikit-learn Pipelines
MIT License
30 stars 8 forks source link

column prefix bug fix in input passthroughs #25

Closed big-o closed 2 years ago

big-o commented 2 years ago

Sometimes a dag would fail to execute because a passthrough dependency was not inserting the expected prefixes to column names of dataframe inputs.

Since the expected behaviour of a passthrough is to leave the inputs unmodified, the fix was to add in logic to skip the prefix assumptions for passthrough deps.