Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "random_forest",
|
| 3 |
+
"task": "tabular-classification",
|
| 4 |
+
"sklearn_version": "1.8.0",
|
| 5 |
+
"input_features": 5,
|
| 6 |
+
"output_classes": ["Current", "Completed", "ChargedOff"]
|
| 7 |
+
}
|