web-traffic-forecasting
web-traffic-forecasting copied to clipboard
Data folder is empty
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?
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?
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.