You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!"result"%in% colnames(candidates)) {
cli_abort(
"The supplied workflow_set must be fitted to resamples with workflows::workflow_map() before being added to a data stack.",
call= caller_env(0)
)
}
with unfitted workflowset, we see:
stacks() %>% add_candidates(wf_set)
#> Error in `.f()`:#> ! The second argument to add_candidates() should inherit from one of `tune_results` or `workflow_set`, but its class is list.
The result column is now initialized, but left as empty tibbles, in workflow_set(). Related to #120.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
with unfitted workflowset, we see:
The
result
column is now initialized, but left as empty tibbles, inworkflow_set()
. Related to #120.The text was updated successfully, but these errors were encountered: