Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetZamanis committed Feb 13, 2023
1 parent 5a6efba commit a715ab5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a715ab5

Please sign in to comment.