-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a07f45
commit f26747a
Showing
2 changed files
with
513 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
Oops, something went wrong.