tezvyn:

Train-Test Split vs. Time-Series Cross-Validation

Source: otexts.comintermediate

This tests your grasp of data leakage in temporal data. A good answer explains why random splits create lookahead bias, then details how rolling-origin validation respects time. A red flag is just describing methods without explaining *why* one is necessary.

This tests your understanding of data leakage and temporal dependency. A great answer first explains how random splits violate time order, leading to lookahead bias and invalid metrics. Then, it contrasts this with a time-series approach like rolling-origin validation, where the training set always precedes the test set, simulating real-world forecasting. A major red flag is simply describing the mechanics of each method without connecting it back to the core problem of using future data to predict the past.

Read the original → otexts.com

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Train-Test Split vs. Time-Series Cross-Validation · Tezvyn