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

https://github.com/roma-glushko/future-sales-prediction


https://github.com/roma-glushko/future-sales-prediction

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# Future Sales Prediction

Predict total sales for every product and store in the next month based on a time-series dataset consisting of daily sales data.

Competition Link: https://www.kaggle.com/c/competitive-data-science-predict-future-sales/

## Install Data

```bash
cd data
kaggle competitions download -c competitive-data-science-predict-future-sales
unzip competitive-data-science-predict-future-sales.zip
```