A supervised classification model to predict if a game on Steam would go on sale.
For the web deployment on heroku.app, please visit steam-discount-predictor.herokuapp.com .
For detailed explanation of this project, please visit the Medium Blog .
├── LICENSE
├── README.md <- Info about this project.
│
├── models <- Pickled best classification model, used for flask app.
│
├── notebooks <- All analysis and feature engineering done. Data is loaded from personal aws instance.
│
├── presentation <- 3 minute PDF presentation made for this project.
│
└── requirements.txt <- The requirements file for reproducing the analysis environment.
Thank you.