Skip to content

Commit

Permalink
Merge pull request #341 from tidymodels:rc-0-3-3
Browse files Browse the repository at this point in the history
RC 0.3.3
  • Loading branch information
hfrick authored Feb 14, 2025
2 parents ed3aba2 + 351e7af commit 6d69466
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: censored
Title: 'parsnip' Engines for Survival Models
Version: 0.3.2.9000
Version: 0.3.3
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0679-1945")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# censored (development version)
# censored 0.3.3

## Breaking change

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ probability with `type = "survival"`, the linear predictor with
`type = "linear_pred"`, the quantiles of the event time distribution
with `type = "quantile"`, and the hazard with `type = "hazard"`.

| model | engine | time | survival | linear_pred | raw | quantile | hazard |
|:---------------------|:---------------|:-----|:---------|:------------|:----|:---------|:-------|
| bag_tree | rpart | | | | | | |
| boost_tree | mboost | | | | | | |
| decision_tree | rpart | | | | | | |
| decision_tree | partykit | | | | | | |
| proportional_hazards | survival | | | | | | |
| proportional_hazards | glmnet | | | | | | |
| rand_forest | partykit | | | | | | |
| rand_forest | aorsf | | | | | | |
| survival_reg | survival | | | | | | |
| survival_reg | flexsurv | | | | | | |
| survival_reg | flexsurvspline | | | | | | |
| model | engine | time | survival | linear_pred | raw | quantile | hazard |
|:---|:---|:---|:---|:---|:---|:---|:---|
| bag_tree | rpart |||||||
| boost_tree | mboost |||||||
| decision_tree | rpart |||||||
| decision_tree | partykit |||||||
| proportional_hazards | survival |||||||
| proportional_hazards | glmnet |||||||
| rand_forest | partykit |||||||
| rand_forest | aorsf |||||||
| survival_reg | survival |||||||
| survival_reg | flexsurv |||||||
| survival_reg | flexsurvspline |||||||

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit 6d69466

Please sign in to comment.