int_util_evaluate: Evalute the results of an internal predictive workflow

Description Usage Arguments Value

View source: R/eval_framework.R

Description

Calculate evaluation metrics from the raw results of a workflow

Usage

1
int_util_evaluate(wfRes, eval.function = "eval_stats", y_train, ...)

Arguments

wfRes

a data frame (or list of data frames) containing the results of a predictive workflow with columns trues and preds containing the real and predicted values, respectively

eval.function

the function to be used to calculate error metrics from wfRes

y_train

a vector of the whole training values

...

parameters to pass to eval.function

Value

The results (or a list of results) of eval.function applied to the data frame (or list of data frames) in wfRes


mrfoliveira/STResampling-JDSA2020 documentation built on June 28, 2021, 7:01 p.m.