assess_eval_frame: Assess a model with given eval_function

Description Usage Arguments Value

View source: R/eval_function.R

Description

Assesses an eval_frame as produced by an '[Assesser]' object, using the evaluation functions and options specified in the '[eval_function'].

Usage

1
2
assess_eval_frame(eval_function, eval_frame, plot, cv_folds = NULL,
  cv_keep_fold_evaluations = TRUE, ...)

Arguments

eval_function

:: '[eval_function]'
Object defining functions for the evaluation of a model, as well as options on how they should be applied.

eval_frame

:: '[data_frame]'
Data.frame to be evaluated as outputed by an '[Assesser]' object.

plot

:: 'boolean'
Should the evaluation plot be plotted ?

cv_folds

:: work in progress

cv_keep_fold_evaluations

:: work in progress

...

:: further arguments passed to wrap_eval_fun

Value

A data_frame, with each model x target x segment evaluated, and possibly a plot if the plotting function is defined.


signaux-faibles/MLsegmentr documentation built on Aug. 29, 2019, 2:22 p.m.