# π Financial Inclusion Prediction in East Africa
## π Project Overview
This project predicts the likelihood of an individual having a **bank account** in East Africa (**Kenya, Rwanda, Tanzania, and Uganda**) using demographic and socioeconomic data.
It was completed as part of the **GOMYCODE Data Science Capstone Project**.
---
## π Dataset
The dataset is provided by Zindi Africa. To respect the competition rules, the data files are **not hosted in this repository**.
π **Data Source:** Financial Inclusion in Afriβ¦
---
## π Live Demo (Streamlit App)
An interactive web application was built using Streamlit to allow users to make real-time predictions.
π **Try the App:**
Live Demo
π‘ *Input user details and instantly see the predicted likelihood of having a bank account.*
---
## π Interactive Dashboard
An interactive dashboard was created using Tableau to explore key insights visually.
π **View Dashboard:**
public.tableau.com
π‘ *For the best experience, open the dashboard in **fullscreen mode**.*
---
## π Methodology (CRISP-DM)
- π§ **Business Understanding:**
Identifying key factors that drive financial inclusion and support outreach strategies.
- π§Ή **Data Preparation:**
Data cleaning, handling missing values, One-Hot Encoding, and feature scaling.
- π€ **Modeling:**
Compared multiple machine learning models:
- Logistic Regression
- Decision Tree
- Random Forest
- XGBoost
- Support Vector Machine (SVM)
- Naive Bayes
- π **Champion Model:**
**Random Forest Classifier**
- Accuracy: **82%**
- Recall: **75%**
- F1-Score: **0.53**
- ROC AUC: **0.87**
---
## π Key Insights
- π **Education Level** and π± **Cellphone Access** were the strongest predictors of financial inclusion.
- π― The model achieved a **Recall of ~74%**, meaning it successfully identified **3 out of 4 individuals** who have ban β¦