For features, mean values are computed across repetitions. For algorithms, repetitions are not supported at the moment and will result in an error.
convertToLlamaCVFolds(
asscenario,
measure,
feature.steps,
algorithm.feature.steps,
cv.splits
)
Result of calling input
with data partitioned into folds.
[ASScenario
]
Algorithm selection scenario.
[character(1)
]
Measure to use for modelling.
Default is first measure in scenario.
[character
]
Which instance feature steps are allowed?
Default are the default instance feature steps or all steps
in case no defaults were defined.
[character
]
Which algorithm feature steps are allowed?
Default are the default algorithm feature steps or all steps
in case no defaults were defined.
[data.frame
]
Data frame defining the split of the data into cross-validation folds,
as returned by createCVSplits
.
Default are the splits asscenario$cv.splits