Skip to content

Engbasemhamada/CodaAlpha_Credit-Scoring-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’³ Credit Scoring Model β€” CodeAlpha Internship Task

This project is developed as part of the CodeAlpha Machine Learning Internship.
The objective is to build a Credit Scoring Model that predicts an individual's creditworthiness based on historical financial data.


πŸš€ Project Overview

Credit scoring plays a crucial role in determining whether a customer is eligible for a loan or credit.
This project leverages Machine Learning to classify customers as "Good Credit" or "Bad Credit",
helping financial institutions make informed decisions.


πŸ“‚ Files in the Repository

  • codaalpha_credit_scoring_model.ipynb β†’ Jupyter Notebook containing the full code (data preprocessing, modeling, evaluation).
  • loan_data.csv β†’ Dataset used for training and testing the model.
  • README.md β†’ Documentation for the project.

πŸ› οΈ Tech Stack

  • Programming Language: Python 🐍
  • Libraries & Tools:
    • pandas, numpy β†’ Data handling
    • matplotlib, seaborn β†’ Visualization
    • scikit-learn β†’ Preprocessing, Modeling, Evaluation

πŸ” Workflow

  1. Data Preprocessing

    • Handle missing values
    • Encode categorical features
    • Feature scaling (Normalization/Standardization)
  2. Outlier Detection & Handling

    • IQR & Z-Score methods
  3. Feature Engineering

    • Feature Selection (Chi-Square test)
    • Dimensionality Reduction (PCA)
  4. Modeling

    • Logistic Regression
    • Decision Tree
    • Random Forest
  5. Evaluation Metrics

    • Accuracy
    • Precision, Recall, F1-Score
    • ROC-AUC Curve

πŸ“Š Results

  • The best-performing model was Random Forest Classifier,
    achieving high accuracy and balanced performance across precision & recall.

πŸ“Œ How to Run

  1. Clone this repository:
    git clone https://github.com/YourUsername/CodeAlpha_CreditScoring.git
    cd CodeAlpha_CreditScoring

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published