Skip to content

Commit

Permalink
test workflow_set() and workflow_map() for survival models (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Jan 25, 2024
1 parent 0a07f45 commit f26747a
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/testthat/_snaps/survival-workflow-set.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# resampling survival models with static metric

Code
wflow_set_fit_stc_eval <- workflow_map(wflow_set, "fit_resamples", seed = 2193,
resamples = sim_rs, metrics = stc_mtrc, eval_time = time_points, control = ctrl)
Condition
Warning in `tune::fit_resamples()`:
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here).
Warning in `tune::fit_resamples()`:
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here).

Loading

0 comments on commit f26747a

Please sign in to comment.