Skip to content

Latest commit

Β 

History

History
26 lines (17 loc) Β· 843 Bytes

File metadata and controls

26 lines (17 loc) Β· 843 Bytes

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.