Authors: Siyang Li, Hui Xiong, Yize Chen (HKUST-GZ)
Paper: https://arxiv.org/abs/2402.13548, accepted to PSCC 2024
Several representative forecasts generated by our model:
Datasets are available at:
- EV Charging Station Usage Open Data: https://www.kaggle.com/datasets/venkatsairo4899/ev-charging-station-usage-of-california-city
- Meteostat weather forecasts: https://dev.meteostat.net/
Implementation of the whole framework by running main.py with the following mode configuration:
- pretraining stage: isTrain=True;
- collecting profiles for subsequent refinement: isCollect=True;
- fine-tuning stage: isRefine=True;
Evaluation on experimental results: eval.py, figure.py