Skip to content

SomeshRewadkar/Loan-Approval-Prediction-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Loan Approval Prediction

This repository contains a Jupyter Notebook and dataset for predicting loan approval status using machine learning techniques. The dataset used is loaded from a CSV file and analyzed using Python's data science libraries.

Features

  • Exploratory Data Analysis (EDA)
  • Data Preprocessing and Cleaning
  • Feature Engineering
  • Model Training and Evaluation

Requirements

Ensure you have the following Python libraries installed:

pip install pandas numpy seaborn matplotlib scikit-learn

Usage

Run the Jupyter Notebook:

jupyter notebook Loan_Approval_Prediction.ipynb

Dataset

The dataset should be placed in the project directory. The notebook reads the dataset from:

train_u6lujuX_CVtuZ9i.csv

Model

The notebook explores different machine learning models and evaluates their performance to determine the best approach for loan approval prediction.

License

This project is open-source and available for use under the MIT License.

About

This repository provides an end-to-end workflow for loan approval prediction, covering data exploration, preprocessing, feature engineering, and model training. It serves as a valuable resource for anyone interested in machine learning applications in finance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors