Skip to content

Commit

Permalink
Merge pull request #459 from tidymodels/fix427
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Nov 19, 2023
2 parents 7231c3c + 463cec6 commit 2f556df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions R/surv-roc_auc_survival.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#'
#' @inheritParams brier_survival
#'
#' @param ... Not currently used.
#'
#' @author Emil Hvitfeldt
#'
#' @references
Expand Down
7 changes: 6 additions & 1 deletion man/roc_auc_survival.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions vignettes/metric-types.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ metrics, along with the types of the inputs they take.

- `truth` - Surv

- `estimate` - numeric

- `censoring_weights` - numeric

- `eval_time` - numeric
- `...` - list of data.frames, each containing the 3 columns `.eval_time`, `.pred_survival, and `.weight_censored`

## Example

Expand Down

0 comments on commit 2f556df

Please sign in to comment.