Learn R Programming

shapr (version 1.0.4)

regression.check_vfold_cv_para: 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

Lars Henry Berge Olsen