Category "tidymodels"

How to set the parameters grids correctly when tuning the workflowset with tidymodels?

I try to use tidymodels to tune the workflow with recipe and model parameters. When tuning a single workflow there is no problem. But when tuning a workflowsets

How do space-filling parameter grids change when we call them by parsnip and recipe packages?

According to this (https://dials.tidymodels.org/reference/grid_max_entropy.html) page, the output of a grid function may vary depending on whether we use a para

Variable importance from a tidymodels/stacks output?

Is it possible to retrieve the variable importance for one, many, or the full stacked model after running tidymodels/stacks? This is not yet supported by the VI

Obtaining the search region of the latin_hypercube grid function

I use tune_grid() with no parameter grid to tune my hyperparameters (see below, please). According to the help page of the tune_grid() function, a parameter gri