Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta issue for survival analysis in tidymodels #109

Closed
12 of 30 tasks
topepo opened this issue Nov 8, 2023 · 2 comments
Closed
12 of 30 tasks

Meta issue for survival analysis in tidymodels #109

topepo opened this issue Nov 8, 2023 · 2 comments

Comments

@topepo
Copy link
Member

topepo commented Nov 8, 2023

Functionality/documentation

To discuss

Testing

@hfrick hfrick changed the title Meta-survival testing issue Meta issue for survival analysis in tidymodels Nov 8, 2023
@hfrick
Copy link
Member

hfrick commented Nov 14, 2023

Notes on aspects to keep in mind / good things to test:

  • eval_time: single and multiple time points, unordered, non-standard (negative, infinite)
  • prediction types: "time" and "survival"
  • metrics: static, dynamic, integrated, mixed
  • models/engines: proportional_hazards(engine = "glmnet") plus some other model
  • stratification: proportional_hazards() with engines "glmnet" and "survival" do stratification
  • response: recommendation is a pre-made Surv object, the alternative is on-the-fly generation a la Surv(time, status)

@EmilHvitfeldt EmilHvitfeldt pinned this issue Nov 16, 2023
@hfrick
Copy link
Member

hfrick commented Dec 4, 2023

closing this in favor of tracking properly on the board

@hfrick hfrick closed this as completed Dec 4, 2023
@hfrick hfrick unpinned this issue Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants