Skip to content

A machine learning project utilizing the decision tree algorithm to predict the credit score of customers.

Notifications You must be signed in to change notification settings

siddhijajoo/Credit-Score-Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Credit-Score-Assessment

A machine learning project utilizing the decision tree algorithm to predict the credit score of customers.

This project utilizes machine learning techniques to predict the credit score of customers based on various predictors. The decision tree algorithm is employed for the predictive modeling.

Dataset

The dataset used for this project can be found here. It includes features such as:

  • Customer_ID
  • Month
  • Name
  • Age
  • SSN
  • Occupation
  • Annual_Income
  • Monthly_Inhand_Salary
  • Num_Bank_Accounts
  • Num_Credit_Card
  • Interest_Rate
  • Num_of_Loan
  • Type_of_Loan
  • Delay_from_due_date
  • Num_of_Delayed_Payment
  • Changed_Credit_Limit
  • Num_Credit_Inquiries
  • Credit_Mix
  • Outstanding_Debt
  • Credit_Utilization_Ratio
  • Credit_History_Age
  • Payment_of_Min_Amount
  • Total_EMI_per_month
  • Amount_invested_monthly
  • Payment_Behaviour
  • Monthly_Balance

Usage

To run the code:

  1. Clone this repository.
  2. Install the necessary dependencies.
  3. Execute the main script.

Dependencies

  • Python
  • scikit-learn
  • pandas
  • numpy
  • plotly

About

A machine learning project utilizing the decision tree algorithm to predict the credit score of customers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published