ML-002: Trainingspipeline mit Tainted-Data-Check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user