convertToLlamaCVFolds {aslib} | R Documentation |
Convert an ASScenario scenario object to a llama data object with cross-validation folds.
Description
For features, mean values are computed across repetitions. For algorithms, repetitions are not supported at the moment and will result in an error.
Usage
convertToLlamaCVFolds(
asscenario,
measure,
feature.steps,
algorithm.feature.steps,
cv.splits
)
Arguments
asscenario |
[ |
measure |
[ |
feature.steps |
[ |
algorithm.feature.steps |
[ |
cv.splits |
[ |
Value
Result of calling input
with data partitioned into folds.