Question
What is the purpose of a Pipeline?
Select an option. Your answer will be checked instantly.
Correct Answer: B. To organize multiple feature and model stages into one reproducible workflow
Explanation:
Pipelines preserve the sequence of transformations and model fitting.
They reduce training-serving inconsistencies.
Leave a Reply