workflowsets icon indicating copy to clipboard operation
workflowsets copied to clipboard

Create a collection of modeling workflows

Results 17 workflowsets issues
Sort by recently updated
recently updated
newest added

When constructing a single workflow, I can pass a "model formula" via the `formula` argument of `add_model()`. I'd love to be able to do that when constructing a workflow set....

feature

Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples.

upkeep

Use cli errors over rlang / home-grown machinery

upkeep

Consider running `usethis::use_tidy_dependencies()` and/or replace compat files with `use_standalone()`

upkeep

right now `workflow_map` runs sequentially over the rows in the workflowset object and allows for parallelization within a model tune. For users that have HPC it would be great for...

feature

## Feature This came up on Day 1 of the ML w/ `tidymodels` workshop at rstudioconf. In some cases it may be useful to consider code execution time as a...

feature

We now check after the fact when the metrics are used (e.g. `autoplot()`). We might be able to figure this out before the model fits and then add a warning....

feature

If the analysis function has already been run (the row of `results` has a value), allow it to over-write the results.

feature

I noticed that workflowsets do not appear to have a method for collecting extracts and it have a method for collecting notes https://github.com/tidymodels/workflowsets/issues/135. > class(results) [1] "workflow_set" "tbl_df" "tbl" "data.frame"...

feature

For example: - [here](https://github.com/tidymodels/workflowsets/blob/476178b6b11e5cf67136024f00d096038d3a79e6/R/workflow_set.R#L326) we could say what type of object the input is - in [this case](https://github.com/tidymodels/workflowsets/blob/main/R/workflow_set.R#L376), it would be good to know which IDs are not unique (which...

feature
tidy-dev-day :nerd_face:
upkeep