Question
Why should a fitted Spark ML pipeline model be saved?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To apply the identical learned transformations and model in deployment
Explanation:
Persisting the fitted pipeline records category mappings, scaling parameters, and model weights.
Loading it helps maintain consistent prediction behavior.
Leave a Reply