Initial commit - production deployment
This commit is contained in:
14
services/training/app/ml/__init__.py
Normal file
14
services/training/app/ml/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
ML Pipeline Components
|
||||
Machine learning training and prediction components
|
||||
"""
|
||||
|
||||
from .trainer import EnhancedBakeryMLTrainer
|
||||
from .data_processor import EnhancedBakeryDataProcessor
|
||||
from .prophet_manager import BakeryProphetManager
|
||||
|
||||
__all__ = [
|
||||
"EnhancedBakeryMLTrainer",
|
||||
"EnhancedBakeryDataProcessor",
|
||||
"BakeryProphetManager"
|
||||
]
|
||||
Reference in New Issue
Block a user