Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.35 KB

File metadata and controls

30 lines (23 loc) · 1.35 KB

Loan-Default-Classifier-Python

Build and evaluate machine learning models to classify loan default risk using Python. Includes data preprocessing, model training, and performance metrics.
👉 Full annotated notebook available here: Buy on Gumroad


📘 Contents

  • Loan Default Classification Python Notebook.ipynb: The main Python notebook
  • loan_data.csv: The underlying dataset used for analysis and model training

⚙️ How to Open the Notebook

To run the .ipynb file, you’ll need:

  • Python 3.7+
  • Jupyter Notebook or JupyterLab

Installation Steps

  1. Go to Anaconda Download
    • Jupyter Notebook is part of Anaconda.
  2. Click Get Started
  3. Sign in using your Google account, if required.
  4. Download the installer for your operating system (Windows, Mac, or Linux).
  5. After installation, open Anaconda Navigator from your Start Menu or Applications folder.
  6. In Anaconda Navigator, click Launch under Jupyter Notebook
  7. Your browser will open with the Jupyter interface. Navigate to the file Loan Default Classification Python Notebook.ipynb and start exploring.

No additional installations needed — required libraries like pandas, numpy, and scikit-learn are already included with Anaconda.