Ensemble based forecasts of electricity demand
收藏IEEE2021-03-16 更新2026-04-17 收录
下载链接:
https://ieee-dataport.org/analysis/ensemble-based-forecasts-electricity-demand
下载链接
链接失效反馈官方服务:
资源简介:
In this notebook, we use an ensemble comprised of a linear model, a prophet model, a catboost and a theta model to forecast electricity demand. The theta model is a purely univariate method i.e. does not take any inputs besides the historic series itself. The linear model on the other hand uses 30 lags and calendar features such as time of day and day of year to make the forecast. Finally, both the catboost and prophet models make use of both historic data and also exogenous variables such as weather conditions and forecasts. Finally, the optimal parameters for the relevant models were found by a detailed grid search.
创建时间:
2021-03-16



