Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Why should preprocessing be fitted inside cross-validation folds?

  1. A Fitting on the full dataset leaks information from the validation data into the transformation
  2. B It is computationally faster
  3. C It reduces memory use
  4. D It is required by scikit-learn
Answer

Fitting on the full dataset leaks information from the validation data into the transformation

Using a Pipeline object handles this automatically and eliminates the error structurally rather than relying on discipline.

All Data Science MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as