Create config.json
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "regression",
|
| 3 |
+
"architecture": "failure-probability-estimator",
|
| 4 |
+
"input": [
|
| 5 |
+
"motor_wear_index",
|
| 6 |
+
"battery_health",
|
| 7 |
+
"error_rate"
|
| 8 |
+
],
|
| 9 |
+
"output": "failure_probability",
|
| 10 |
+
"version": "1.0.0"
|
| 11 |
+
}
|