Adaptive Resampling with caret
Now you are going to train a model on the voter's dataset using Adaptive Resampling!
As before, the small voters_train_data
dataset has been loaded for you, as have the caret
and tictoc
packages.
Diese Übung ist Teil des Kurses
Hyperparameter Tuning in R
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Define trainControl function
fitControl <- trainControl(___,
number = ___, repeats = ___)