From a715ab561a32b07b038073d110be6cb6630480df Mon Sep 17 00:00:00 2001 From: Ahmet Zamanis Date: Mon, 13 Feb 2023 10:33:04 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c39fd9..da11609 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # KaggleStoreSales -Time series regression modeling on a dataset of supermarket sales across years, with the Darts library in Python. Performing time decomposition & hybrid modeling, trying methods such as linear regression with custom features, AutoARIMA and random forest. +Time series regression modeling on a dataset of supermarket sales across years, with the Darts library in Python. -[Markdown report](https://github.com/AhmetZamanis/KaggleStoreSales/blob/main/ReportPart1.md) +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. -[Quarto code](https://github.com/AhmetZamanis/KaggleStoreSales/blob/main/ReportPart1.qmd) +[Markdown report, part 1](https://github.com/AhmetZamanis/KaggleStoreSales/blob/main/ReportPart1.md) + +[Quarto code, part 1](https://github.com/AhmetZamanis/KaggleStoreSales/blob/main/ReportPart1.qmd)