Skip to content

Loan Default Prediction Model: A machine learning project that leverages historical lending data to create predictive models for assessing loan default risk, aiding financial institutions in making informed lending decisions.

Notifications You must be signed in to change notification settings

Kridosz/Loan-Default-Prediction_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Loan Prediction Project

Overview

This repository contains a machine learning project that focuses on predicting loan default using historical lending data. The goal of this project is to create predictive models that can assist financial institutions in making informed lending decisions.

Table of Contents

Introduction

The loan prediction project aims to address the challenge of assessing the creditworthiness of loan applicants. It utilizes various machine learning algorithms to build predictive models that evaluate the likelihood of a loan being paid back or defaulted. These models can help financial institutions mitigate risks and make lending decisions that are both profitable and secure.

Dataset

The project uses a dataset that contains historical information about loans, including applicant details, loan terms, and loan status (whether the loan was fully paid or charged off). This dataset is crucial for training and testing the machine learning models.

Dataset Link: https://www.kaggle.com/datasets/wordsforthewise/lending-club?datasetId=902&sortBy=voteCount

Installation

To run the project locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the required dependencies listed in the requirements.txt file.
    pip install -r requirements.txt
    

Project Structure

The project is organized as follows:

CSV/: Contains the dataset files. Notebooks/: Jupyter notebooks for data exploration and model development. ipynb/: Python source code for data preprocessing, model training, and evaluation.

Contributing

I want you to know that contributions to this project are welcome. If you have any suggestions, find a bug, or want to add new features, please create an issue or submit a pull request.

Releases

No releases published

Packages