Add support for sequential processing of feature engineering pipeline
supertramp01 opened this issue · 0 comments
supertramp01 commented
Description:
The feature pipeline are currently run in parallel for faster end to end processing time.
Describe your problem(s)
If code in parallelisation fails, the entire pipeline fails and there is no way to fallback on a more reliable option
Describe your solution(s)
Support processing sequentially as a fallback option. This also helps in making it easier to debug the code.
Related Issues (optional):