Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 544 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 544 Bytes

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