use_evaluator_template: Function to create boilerplate code for creating Evaluators.

View source: R/use_templates.R

use_evaluator_templateR Documentation

Function to create boilerplate code for creating Evaluators.

Description

Function to create boilerplate code for creating Evaluators.

Usage

use_evaluator_template(
  ids = NULL,
  pred_nested_cols,
  pred_truth_col,
  pred_estimate_col,
  pred_prob_cols,
  feature_nested_cols,
  feature_col,
  feature_truth_col,
  feature_imp_col,
  feature_sel_col,
  feature_pval_col
)

Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.