Description Usage Arguments Value
View source: R/cross_validation.R
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.
1 | get_best_univariate_params(data_dir, analysis_name, save_file = TRUE)
|
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 |
Data frame with variable (var), type, mean_spec, noise_spec, parameter name (params), and parameter value (param_val).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.