The aim of this project is implementation deep neural network based classifier for business license with h2O base model and Flask, Gunicorn deployment.
The dataset used is a licensed dataset containing information about 86,000 different businesses, with various features. The target variable is the status of the license, which has five different categories.
- Language:
Python
- Libraries:
pandas
,seaborn
,numpy
,matplotlib
,scikit-learn
,h2o
,TensorFlow
- Data Description
- Exploratory Data Analysis
- Data Cleaning
- Preparing data for analysis
- Base model building using h2o
- Building deep neural network model
- Predictions on test data
- Model deployment using Flask and Gunicorn
To run this project, follow these steps:
- Install the required libraries listed in
requirements.txt
. - Execute the code in the
src
folder for each project phase.