Semantive / Kaggle-Demand-Forecasting-Models

Demand Forecasting Models for Kaggle competition
79 stars 50 forks source link

Holt-Winters Method code #3

Open cihanim opened 2 years ago

cihanim commented 2 years ago

Hello,

Thanks for your effort and sharing your code.

I am receiving the following error for the Holt-Winters method, using the Kaggle train data.

"TypeError: new() got an unexpected keyword argument 'start'"

Thank you! Best

cihanim commented 2 years ago

Also having the same error for the SARIMA model.