Steps:
- Run download.py to create a data dataframe -> data will have history and future (start and end dates of future should change)
- Run feature_genearation.py to create history and future dataframes. An initial feature genration is added to simply shift the values over future horizon.
- Run baseline.py to train and save models (CV = 3). It also reports bias and wmape on a test set.
- Run create_submission_file