Open tyokota opened 6 years ago
Stores were closed on Chrismas so the data were missing on that day. Adding records of 0 with any store-item combo on every Dec 25th in the original data, or inserting a column with all 0s on every Dec 25th in the unstacked Dataframe may fix this problem. Sorry for forgetting this issue :)
Ah, okay. Do you remember how did you do this in Python? I had seen some scripts in the kernels that did this except it was to add every possible pairing, which blew up the size of the dataframe.
Could you please explain how you have done it in python. Thanks
I'm getting the following error in the seq2seq.py script:
Any thoughts as to why it seems we need one less timestep in the function?