regression.cv_message {shapr}R Documentation

Produce message about which batch prepare_data is working on

Description

Produce message about which batch prepare_data is working on

Usage

regression.cv_message(
  regression.results,
  regression.grid,
  n_cv = 10,
  current_comb
)

Arguments

regression.results

The results of the CV procedures.

regression.grid

Object containing the hyperparameter values.

n_cv

Integer (default is 10) specifying the number of CV hyperparameter configurations to print.

current_comb

Integer vector. The current combination of features, passed to verbosity printing function.

Author(s)

Lars Henry Berge Olsen


[Package shapr version 1.0.4 Index]