Skip to content

Add model spec for survival_reg #449

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

Merged
merged 5 commits into from
Mar 22, 2021
Merged

Add model spec for survival_reg #449

merged 5 commits into from
Mar 22, 2021

Conversation

hfrick
Copy link
Member

@hfrick hfrick commented Mar 19, 2021

This is a joint PR with tidymodels/censored#34 on {censored} and closes #444

This adds surv_reg model specification as survival_reg models with the new mode "censored regression".
The corresponding engines are in {censored}. With the model specifications being stored in parsnip, other packages could provide more engines by depending on parsnip directly instead of depending on censored and parsnip.

Issue for soft-deprecating surv_reg(): #448

This PR on parsnip should be merged first.

@hfrick hfrick merged commit fe45dab into master Mar 22, 2021
@hfrick hfrick deleted the survival_reg branch March 22, 2021 16:02
@github-actions
Copy link

github-actions bot commented Apr 6, 2021

This pull request 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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add survival_reg model spec
2 participants