Create model_card.json
Browse files- model_card.json +9 -0
model_card.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Nexus Bank Loan Default Prediction Model",
|
3 |
+
"description": "A machine learning model to predict loan defaulters for Nexus Bank.",
|
4 |
+
"task": "Binary classification",
|
5 |
+
"model_type": "K-Nearest Neighbors Classifier",
|
6 |
+
"license": "MIT",
|
7 |
+
"source": "https://github.com/yourusername/nexus-bank-loan-prediction",
|
8 |
+
"tags": ["loan prediction", "binary classification", "machine learning"]
|
9 |
+
}
|