get_model_performance: Get Model Performance

Description Usage Arguments Value

View source: R/get_model_performance.R

Description

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

Usage

1

Arguments

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

Value

data.frame with ME, RMSE, MAE, MPE, and MAPE calculated for all model uid and sample combinations


chrishaarstick/mad4sight documentation built on May 6, 2019, 4:31 p.m.