https://github.com/roma-glushko/future-sales-prediction
https://github.com/roma-glushko/future-sales-prediction
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roma-glushko/future-sales-prediction
- Owner: roma-glushko
- Created: 2021-07-05T07:26:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T13:22:46.000Z (over 4 years ago)
- Last Synced: 2025-04-06T06:28:32.480Z (6 months ago)
- Language: Jupyter Notebook
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```