wflw_creater() is a function that creates workflow
1 2 3 4 5 6 7 8 9 10 11 12 | wflw_creator(
model_spec,
ml_recipe,
resamples_kfold,
grid_size = grid_size,
parallel_type,
learn_rate,
min_n,
tree_depth,
loss_reduction,
splits
)
|
model_spec |
A model specification created with the Parsnip or Modeltime package |
ml_recipe |
Recipe for the models |
resamples_kfold |
Resamples used for tuning parameters |
grid_size |
The size of the grid of parameters |
splits |
split object to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.