Skip to content

Time series regression modeling on a dataset of supermarket sales across years, with the Darts library in Python.

License

Notifications You must be signed in to change notification settings

AhmetZamanis/KaggleStoreSales

Repository files navigation

KaggleStoreSales

Time series regression modeling on a dataset of supermarket sales across years, with the Darts library in Python.

Part 1: Predicting the total sales across all stores & categories. Performing time decomposition & hybrid modeling, trying methods such as linear regression with custom features, AutoARIMA and random forest.

Markdown report, part 1

Quarto code, part 1