fill_model_spec: Fill list with modeling specifications

View source: R/fill_model_spec.R

fill_model_specR Documentation

Fill list with modeling specifications

Description

This function fill empty parameters for model_spec.

Usage

fill_model_spec(model_spec, data_list, date_variable)

Arguments

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 data_list.

Details

DETAILS

Value

model_spec complete with default settings for parameters not defined

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

4intelligence/faas4i documentation built on April 14, 2025, 2:09 a.m.