Question 13
Saves computation time by reusing results of expensive transformations wheninputs and parameters have not changed.
Helps speed up repeated runs of cross-validation involving the sametransformation steps.
Reduces CPU usage by running transformations in parallel threadsautomatically.
Improves efficiency in hyperparameter search by avoiding redundantcomputations in pipeline steps.
Guarantees better generalization performance on the test set.