Mcompetitions / M5-methods

Data, Benchmarks, and methods submitted to the M5 forecasting competition
572 stars 230 forks source link

there is no column d in data on google drive #14

Open Sandy4321 opened 3 years ago

Sandy4321 commented 3 years ago

there is no column d in data on google drive

image

image

https://drive.google.com/drive/folders/1D6EWdVSaOtrP1LEFh1REjI3vej6iUS_4?usp=sharing

spdrnl commented 7 months ago

Try:

calendar_df['d'] = pd.Series([f"d_{i}" for i in range(1, 1970)])

spdrnl commented 7 months ago

Also an id seems to be missing in sales_train_validation. I found this hint. image

Sandy4321 commented 7 months ago

SO WHAT TO DO?