Add FastAPI backend for energy trading system
Implements FastAPI backend with ML model support for energy trading, including price prediction models and RL-based battery trading policy. Features dashboard, trading, backtest, and settings API routes with WebSocket support for real-time updates.
This commit is contained in:
4
backend/app/ml/utils/evaluation.py
Normal file
4
backend/app/ml/utils/evaluation.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app.ml.utils.data_split import time_based_split
|
||||
from app.ml.utils.config import MLConfig
|
||||
|
||||
__all__ = ["time_based_split", "MLConfig"]
|
||||
Reference in New Issue
Block a user