Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 560 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 560 Bytes

Binary Classifier

This is a machine learning binary classifier model trained on 1000 sample records

Description

classifier.py : This file contains the machine learning model that can be used to make real time prediction. Model has been trained on XGBoost classifier with about 1000 training records.

FlaskAPI.py : This file contains the API for the above classifier. It is a light weight RESTful API built using Flask. This API is being called in AffableProject_Frontend.

Executing program

  • Run FlaskAPI.py and it will start your Flask server