ML-007: Retraining Pipeline und Scheduled Model Updates #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PINO-KONTEXT:
Ziel: Automatisches Retraining und Aktualisierung von ML-Modellen basierend auf neuen Sensordaten.
Branch: feature/ml-007-retraining-pipeline
Relevante Dateien: app/ml/training.py, app/ml/registry/model_registry.py, backend/routes/ml.py, docs/ml_training.md
Akzeptanz: Retraining lässt sich anstoßen; neue Artefakte ersetzen alte in der Registry; API liefert aktualisierte Modelle.
Nächster Schritt: Retraining-Logik, Scheduler-Anbindung und Integrationstests bauen.