Could you do one with duplicate data where there’s more data for the same date? Getting an error while using asfreq function saying cannot reinfect duplicate axis
@DataHeroes2 жыл бұрын
What do you mean more data for the same date?
@anjanirashmithachinta86902 жыл бұрын
@@DataHeroes suppose we have multiple Sales for multiple sku’S on the same date! While using asfreq it doesn’t recognize it as a daily date as there are reputation in the dates
@DataHeroes2 жыл бұрын
@@anjanirashmithachinta8690 got it. Either create one column per sku or if you subset to create the model, then set the frequency after subsetting. I hope it works!
@zhangmr79552 жыл бұрын
The Colab dataset cannot access
@arvinjjj3 жыл бұрын
Why didn't you split the data into training and testing?
@DataHeroes3 жыл бұрын
To keep the video very short. Just that :)
@TheBibleAnimatedOfficial2 жыл бұрын
your code is no longer avaliable
@meriem9812 жыл бұрын
My python shows an error saying no module named 'statsmodels.tsa.holtwinters'