ML-001: Feature Store und erste ML-Tests hinzufügen
This commit is contained in:
5
app/ml/__init__.py
Normal file
5
app/ml/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Machine-Learning-Grundbausteine für SillyHome Next."""
|
||||
|
||||
from app.ml.feature_store import FeatureStore, FeatureVector
|
||||
|
||||
__all__ = ["FeatureStore", "FeatureVector"]
|
||||
Reference in New Issue
Block a user