View source: R/fill_model_spec.R
fill_model_spec | R Documentation |
This function fill empty parameters for model_spec
.
fill_model_spec(model_spec, data_list, date_variable)
model_spec |
list with modeling and cross validation setup. |
data_list |
list with named datasets to be modeled. |
date_variable |
name of variable with date information in all datasets in |
DETAILS
model_spec
complete with default settings for parameters not defined
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.