Description Usage Arguments Details Examples
model_load
produces quantile estimates of electricity load.
This function is driven by yaml configuration files,
examples of which are included with this package. The configuration
files also explain the meaning/import/use of the parameters.
1 | model_load(load_cfg = "", dts_cfg = "")
|
load_cfg |
a yaml file containing modeling parameters |
dts_cfg |
a yaml file containing general setup parameters |
If writeFiles = 1 (in the modeling configuration file), then predictions and results are written to the directories specified in the configuration file.
1 2 3 4 5 | ## Not run:
model_load('~/gefcom17/config/load_cfg.yaml',
'~/gefcom17/config/gen_and_dates_cfg.yaml')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.