To deploy Heroku app with Python's Flask Web Framework
Python model trained via Random Forest Classification Algorithm
Random Forest Algorithm is an ensemble learning method for both classification and regression.
Random forest algorithm creates decision trees on random data samples and then gets the prediction
from each of them and finally selects the best solution by means of voting
More infromation about output & dataset can be obtained from here.
https://stackoverflow.com/q/50146815/
https://stackabuse.com/deploying-a-flask-application-to-heroku/
- Prasad Patil