REFACTOR - Database logic
This commit is contained in:
11
services/forecasting/app/ml/__init__.py
Normal file
11
services/forecasting/app/ml/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
ML Components for Forecasting
|
||||
Machine learning prediction and forecasting components
|
||||
"""
|
||||
|
||||
from .predictor import BakeryPredictor, BakeryForecaster
|
||||
|
||||
__all__ = [
|
||||
"BakeryPredictor",
|
||||
"BakeryForecaster"
|
||||
]
|
||||
Reference in New Issue
Block a user