makeOMLEstimationProcedure {OpenML} | R Documentation |
Construct OMLEstimationProcedure.
Description
Constructs an estimation procedure.
Usage
makeOMLEstimationProcedure(
type,
data.splits.url = NA_character_,
data.splits = NULL,
parameters = NULL
)
Arguments
type |
[ |
data.splits.url |
[ |
data.splits |
[ |
parameters |
[ |
Value
[OMLEstimationProcedure
]
[Package OpenML version 1.12 Index]