Constructs an estimation procedure.
makeOMLEstimationProcedure(type, data.splits.url = NA_character_,
data.splits = NULL, parameters = NULL)[character(1)]
The type of procedure used for performance estimation: either
cross-validation, holdout, bootstrap or sampling.
[character(1)]
The url from which a file with train-test splits can be downloaded.
[data.frame]
The train-test splits. Default is NULL, which means data splits have not yet been downloaded.
[list]
Any parameters for the estimation procedure, e.g. the number of repeats and folds in cross-validation.
[OMLEstimationProcedure]