|
--- |
|
license: mit |
|
pipeline_tag: tabular-classification |
|
metrics: |
|
- accuracy |
|
tags: |
|
- finance |
|
language: |
|
- en |
|
library_name: sklearn |
|
--- |
|
# Nexus Bank Loan Default Prediction Model |
|
|
|
This is a machine learning model to predict loan defaulters for Nexus Bank. |
|
|
|
## Usage |
|
|
|
To use the model, you can input the salary and number of dependents of a customer, and it will predict whether they are likely to default on their loan. |
|
|
|
## Dependencies |
|
|
|
- pandas |
|
- numpy |
|
- seaborn |
|
- matplotlib |
|
- scikit-learn |
|
- gradio |
|
|
|
## Data Source |
|
|
|
The data used for training this model was obtained from Nexus Bank. |