Gap undefined in Time Series Tutorial
Open
- Dominant language
- Jupyter Notebook
- Stars
- 134
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
The Driverless AI Time Series Tutorial presented here: https://h2oai.github.io/tutorials/time-series-recipe-tutorial-retail-sales-forecasting/#3 does not include a step to define the "gap" between the training dataset and the test dataset:
- GAP BETWEEN TRAIN/TEST = 0 (weeks)
Looking at the datasets provided for this tutorial looks like there is 1 week gap:
- MAX(DATE.walmart_tts_small_train.csv) = 2012-04-27
- MIN(DATE.walmart_tts_small_test.csv) = 2012-05-04
shouldn't the GAP BETWEEN TRAIN/TEST set to "1" ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.