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 is standard k-fold cross-validation inappropriate for time series data?

  1. A Random splits let the model train on future data and predict the past
  2. B Time series data cannot be split
  3. C It requires too much memory
  4. D Folds must be equal in size
Answer

Random splits let the model train on future data and predict the past

Forward-chaining validation trains on everything before a cutoff and validates after it, which reflects how the model will actually be used.

All Machine Learning 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