An open API service indexing awesome lists of open source software.

https://github.com/razielar/forecasting_retail-store

Time-series Forecasting
https://github.com/razielar/forecasting_retail-store

forecasting prophet-facebook time-series-analysis

Last synced: 3 months ago
JSON representation

Time-series Forecasting

Awesome Lists containing this project

README

        

# Time-series Forecasting

1. [Data](#data)
2. [Results](#results)
- [General Sales Forecast](#general)
- [Sales Forecast by Store](#store)
3. [Report Compilation](#report)

## 1) Data

Kaggle-dataset: [Ecuadorin-based grocery retail store](https://www.kaggle.com/competitions/store-sales-time-series-forecasting/data)

## 2) Results

### 2.1) General Sales Forecast


logo

### 2.2) Sales Forecast by Store


logo

## 3) Report Compilation

### 3.1) Installation

Assumming you're using a Debian/Linux OS system you need to install `LaTEX` and `biber` (for bibliography):

* LaTEX:

``` bash

sudo apt install texlive-latex-extra

```

* biber:

``` bash

sudo apt install texlive-bibtex-extra biber

```

### 3.2) Report Compilation

To compile the file you need to do the following:

```{bash}

git clone https://github.com/razielar/forecasting_retail-store
cd report
./buildReport.sh

```
The bash-script will generate the **pdf.output** directory with the Report compliled.