Skip to content

oriolventur/Classification-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Assignment 1 - Classification of Loan Default

This repository contains the first assignment for the Artificial Intelligence 2 course during my Business Analytics master's program.

πŸ“Š Objective

  • Develop a supervised classification model to predict the likelihood of loan default using the Lending Club dataset.
  • Apply the full machine learning lifecycle: data preparation, feature engineering, model training, evaluation, and interpretation.
  • Provide business recommendations based on model results.

πŸ“ Contents

  • Classification_Model.ipynb: Jupyter Notebook containing all analysis and modeling steps.

βš™οΈ Technologies

  • Python
  • pandas
  • scikit-learn
  • XGBoost / LightGBM
  • matplotlib
  • seaborn

πŸš€ How to Run

Open Classification_Model.ipynb in Jupyter Notebook or VSCode and execute the cells in order.