A simple model to predict the user's ability to pay the loan.
-
Updated
Apr 27, 2023 - Python
A simple model to predict the user's ability to pay the loan.
This project predicts loan approval outcomes (Approved/Rejected) using a PyTorch neural network. It includes data preprocessing, train/validation/test split, model training with BCEWithLogitsLoss, and inference with probability-based classification.
Add a description, image, and links to the loan-prediction-model topic page so that developers can more easily learn about it.
To associate your repository with the loan-prediction-model topic, visit your repo's landing page and select "manage topics."