sjvasquez / web-traffic-forecasting

Kaggle | Web Traffic Forecasting 📈
665 stars 239 forks source link

Data folder is empty #5

Open lanyiyun opened 5 years ago

lanyiyun commented 5 years ago

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?

59ranjbar commented 5 years ago

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?

GSvensk commented 5 years ago

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.