├── README.md ├── README.txt ├── data └── STLF_DATA_IN_1.xls ├── img ├── accu_box.png ├── accu_scatter.png ├── load_boxplot.png ├── real_pred.png ├── real_pred1.png ├── train_test_accu.png ├── train_test_mse.png ├── weather_type.png └── weather_type2.png ├── src ├── LF_Forecasting.ipynb ├── model.pt └── predict.py ├── 电力系统短期负荷预测.pdf └── 电力系统短期负荷预测.pptx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/README.txt -------------------------------------------------------------------------------- /data/STLF_DATA_IN_1.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/data/STLF_DATA_IN_1.xls -------------------------------------------------------------------------------- /img/accu_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/accu_box.png -------------------------------------------------------------------------------- /img/accu_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/accu_scatter.png -------------------------------------------------------------------------------- /img/load_boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/load_boxplot.png -------------------------------------------------------------------------------- /img/real_pred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/real_pred.png -------------------------------------------------------------------------------- /img/real_pred1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/real_pred1.png -------------------------------------------------------------------------------- /img/train_test_accu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/train_test_accu.png -------------------------------------------------------------------------------- /img/train_test_mse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/train_test_mse.png -------------------------------------------------------------------------------- /img/weather_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/weather_type.png -------------------------------------------------------------------------------- /img/weather_type2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/img/weather_type2.png -------------------------------------------------------------------------------- /src/LF_Forecasting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/src/LF_Forecasting.ipynb -------------------------------------------------------------------------------- /src/model.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/src/model.pt -------------------------------------------------------------------------------- /src/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/src/predict.py -------------------------------------------------------------------------------- /电力系统短期负荷预测.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/电力系统短期负荷预测.pdf -------------------------------------------------------------------------------- /电力系统短期负荷预测.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TNTmohan/LFforecast/HEAD/电力系统短期负荷预测.pptx --------------------------------------------------------------------------------