Description Usage Arguments Value
View source: R/get_model_performance.R
Function calculates model performance on all uid, sample, and index predictions then averages by uid and sample. Function uses forecast 'accuracy' function to calculate metrics. Used internally by 'seer' function
1 |
predictions |
nested data.frame with predictions. output of 'get_model_predictions' function |
actuals |
data.frame with only one column that is the actual y_var |
data.frame with ME, RMSE, MAE, MPE, and MAPE calculated for all model uid and sample combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.