Skip to contents

This function returns a data.frame containing the currently supported sampling methods.

Usage

list_supported_sampling_methods()

Value

A data.frame with 3 columns:

id

contains the id used in renoir for the sampling method (e.g. 'cv')

name

contains the name of the sampling method (e.g. 'cross-validation')

supported

contains the supported strategy

Author

Alessandro Barberis