regression.check_vfold_cv_para {shapr}R Documentation

Check the parameters that are sent to rsample::vfold_cv()

Description

Check that regression.vfold_cv_para is either NULL or a named list that only contains recognized parameters.

Usage

regression.check_vfold_cv_para(regression.vfold_cv_para)

Arguments

regression.vfold_cv_para

Either NULL (default) or a named list containing the parameters to be sent to rsample::vfold_cv(). See the regression vignette for several examples.

Author(s)

Lars Henry Berge Olsen


[Package shapr version 1.0.4 Index]