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
2
int_util_evaluate(wfRes, eval.function = get("regressionMetrics",
  asNamespace("performanceEstimation")), 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-DSAA2019 documentation built on April 9, 2021, 5:39 a.m.