web-traffic-forecasting icon indicating copy to clipboard operation
web-traffic-forecasting copied to clipboard

Data folder is empty

Open lanyiyun opened this issue 5 years ago • 2 comments

The data folder does not contain train and test dataset or processed folder, and the train dataset from Kaggle is train_1 and train_2. How can we use these?

lanyiyun avatar Mar 15 '19 19:03 lanyiyun

Me too. In the prepare_data.py it says "df = pd.read_csv('data/raw/train_final.csv', encoding='utf-8')" but there is not a train_final.csv in kaggle dataset. Any help here?

59ranjbar avatar May 13 '19 17:05 59ranjbar

https://www.kaggle.com/c/web-traffic-time-series-forecasting/data describes how the data was released in two batches. My guess is that train_final is simply the second batch.

GSvensk avatar May 24 '19 12:05 GSvensk