This project focuses on analyzing loan application data and building a machine learning model to predict whether a loan application is likely to be approved.
The project includes data cleaning, exploratory data analysis, data visualization, machine learning, and an interactive Power BI dashboard.
The goal is to identify the key factors that influence loan approval decisions and provide meaningful insights from the dataset.
Loan-Approval-Prediction/
│
├── 📊 cleaned_train.csv
├── 📊 cleaned_train4.csv.xlsx
├── 📊 metadata.xlsx
│
├── 🤖 Loan_Approval_Prediction_Project.ipynb
│
├── 📈 Dashboard.png
├── 📈 Updated_Dashboard.png
├── 📊 visualization.pbix
├── 📄 visualization.pdf
│
└── 📄 Loan Approval Prediction Project.docx
The project uses a dataset containing information related to loan applicants and their loan approval status.
The dataset was cleaned and prepared for analysis by handling missing values, correcting data formats, and preparing the data for modeling.
Exploratory Data Analysis (EDA) was performed to better understand the relationships between different variables and loan approval decisions.
Different visualizations were created to identify patterns, trends, and important factors that may influence loan approval.
A machine learning model was developed to predict whether a loan application will be approved based on the available applicant information.
An interactive Power BI dashboard was created to present the most important insights and allow users to explore the data visually.

The dashboard provides insights into the loan dataset through interactive visualizations and key performance indicators.
cleaned_train.csv — Cleaned dataset used for analysis.cleaned_train4.csv.xlsx — Processed dataset in Excel format.metadata.xlsx — Dataset metadata and additional information.Loan_Approval_Prediction_Project.ipynb — Jupyter Notebook containing data analysis and machine learning implementation.visualization.pbix — Interactive Power BI dashboard.Dashboard.png — Dashboard screenshot.Updated_Dashboard.png — Updated dashboard screenshot.visualization.pdf — Exported dashboard report.Loan Approval Prediction Project.docx — Complete project documentation.The project analyzes different applicant-related factors to understand their potential impact on loan approval decisions.
The machine learning model helps automate the prediction process and demonstrates how data science techniques can support decision-making in the financial sector.
git clone https://github.com/your-username/Loan-Approval-Prediction.git
cd Loan-Approval-Prediction
pip install pandas numpy matplotlib seaborn scikit-learn jupyter
jupyter notebook
Then open:
Loan_Approval_Prediction_Project.ipynb
** z.hamzawyyy **
Aspiring Data Analyst / Data Scientist passionate about data analysis, visualization, machine learning, and transforming data into meaningful insights.
If you found this project useful, feel free to give the repository a ⭐ on GitHub!