demand-forecasting / src /models /DemandForecastingRes.py
zhang qiao
Upload folder using huggingface_hub
9ddee9f
raw
history blame
126 Bytes
from typing import List, Dict
DemandForecastingRes: dict({'RMSE': int})
DemandForecastingResLst: List[DemandForecastingRes]