LoanDefaulterPredicto / model_card.json
EngrSamad's picture
Create model_card.json
c8b5637 verified
raw
history blame
400 Bytes
{
"name": "Nexus Bank Loan Default Prediction Model",
"description": "A machine learning model to predict loan defaulters for Nexus Bank.",
"task": "Binary classification",
"model_type": "K-Nearest Neighbors Classifier",
"license": "MIT",
"source": "https://github.com/yourusername/nexus-bank-loan-prediction",
"tags": ["loan prediction", "binary classification", "machine learning"]
}