Create model_config.json
Browse files- model_config.json +13 -0
model_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-predictive-maintenance-engine",
|
| 3 |
+
"model_type": "diagnostic-predictor",
|
| 4 |
+
"prediction_target": "hardware-failure",
|
| 5 |
+
"input_features": [
|
| 6 |
+
"motor_temperature",
|
| 7 |
+
"joint_wear",
|
| 8 |
+
"battery_health"
|
| 9 |
+
],
|
| 10 |
+
"real_time_ready": true,
|
| 11 |
+
"compatible_dataset": "humanoid-predictive-maintenance-dataset",
|
| 12 |
+
"version": "1.0.0"
|
| 13 |
+
}
|