Description Usage Arguments Details Value
View source: R/rmse_evaluation.R
Create summarising table with rmse and mae for each model.
1  | calculate_rmse(all_forecasts, fits_long, T_rmse_min = 133, T_rmse_max = 243)
 | 
all_forecasts | 
 tibble that contains row_number, model_id, variable, value and y_actual  | 
fits_long | 
 tibble that contains pars_id, var_set and model_filename columns  | 
T_rmse_min | 
 first T to calculate rmse  | 
T_rmse_max | 
 last T to calculate rmse  | 
Further checks are needed!
summary with rmse and mae for each model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.