Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "classification",
|
| 3 |
+
"input_features": [
|
| 4 |
+
"task_id",
|
| 5 |
+
"environment"
|
| 6 |
+
],
|
| 7 |
+
"output_label": "predicted_action",
|
| 8 |
+
"version": "1.0.0"
|
| 9 |
+
}
|