ML-002: Trainingspipeline mit Tainted-Data-Check

This commit is contained in:
2026-06-11 00:21:21 +02:00
parent 627ee03230
commit 24be7a4f11
3 changed files with 88 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
"""Machine-Learning-Grundbausteine für SillyHome Next."""
__all__ = ["FeatureStore", "FeatureVector"]
from app.ml.feature_store import FeatureStore, FeatureVector
__all__ = ["FeatureStore", "FeatureVector"]
from app.ml.training import TrainedArtifact, TrainingPipeline