Tunes the model according to the tuning grid, workflow, and data split specified.
tuneGrid(wflow, data_split, grid = buildTuningGrid(model = "LR"), n_fold = 5)A workflow object, such as the output of buildWflow()
An rsplit object, such as the output of
splitMLInputTibble().
A tuning grid as a tibble, such as the output of
buildTuningGrid()
pillar::num Number of folds of cross-validation
Results of grid tuning