get_best_univariate_params: Get the parameters of the best cross-validated fits

Description Usage Arguments Value

View source: R/cross_validation.R

Description

Wrapper function that takes object cv_data, stores the highest ranking model specification, noise specification, and model variables, and outputs all results as a RDS file in dataframe format.

Usage

1
get_best_univariate_params(data_dir, analysis_name, save_file = TRUE)

Arguments

data_dir

Directory to save univariate model parameters

analysis_name

analysis_name for file-naming

save_file

Logical whether to save file or not as .rds

Value

Data frame with variable (var), type, mean_spec, noise_spec, parameter name (params), and parameter value (param_val).


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.