File size: 400 Bytes
c8b5637 |
1 2 3 4 5 6 7 8 9 10 |
{
"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"]
}
|