File size: 326 Bytes
82a6907 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"model_type": "anomaly-detection",
"architecture": "metric-pattern-classifier",
"input_features": [
"motor_temperature",
"battery_drain_rate",
"motion_stability_score"
],
"output_labels": [
"normal",
"temperature-spike",
"power-instability",
"motion-anomaly"
],
"version": "1.0.0"
} |