Example repository to display current skills. The project is based on the following Kaggle dataset: https://www.kaggle.com/ajay1735/hmeq-data
- Data cleaning and basic feature engineering.
- Construct simple Logistic Regression model as a baseline.
- Construct Ensemble model of multiple Logistic Regressions by randomly sampling rows and columns.
- Create classes for step 2 and 3 and create pipeline class.
- Create Flask app to train the model and save the output.
- Create Docker container for the whole project.