Skip to content

Commit 10a71d3

Browse files
authored
1.0.3 (#845)
* version bumps * use \doi{}
1 parent e80c2a3 commit 10a71d3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 1.0.2.9005
3+
Version: 1.0.3
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
@@ -11,7 +11,7 @@ Maintainer: Max Kuhn <[email protected]>
1111
Description: A common interface is provided to allow users to specify a
1212
model without having to remember the different argument names across
1313
different functions or computational engines (e.g. 'R', 'Spark',
14-
'Stan', etc).
14+
'Stan', 'H2O', etc).
1515
License: MIT + file LICENSE
1616
URL: https://github.com/tidymodels/parsnip,
1717
https://parsnip.tidymodels.org/
@@ -71,8 +71,8 @@ Config/Needs/website: C50, dbarts, earth, glmnet, keras, kernlab, kknn,
7171
tidymodels/tidymodels, tidyverse/tidytemplate, rstudio/reticulate,
7272
xgboost
7373
Config/rcmdcheck/ignore-inconsequential-notes: true
74+
Config/testthat/edition: 3
7475
Encoding: UTF-8
7576
LazyData: true
7677
Roxygen: list(markdown = TRUE)
77-
Config/testthat/edition: 3
7878
RoxygenNote: 7.2.1.9000

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# parsnip (development version)
1+
# parsnip 1.0.3
22

33
* Adds documentation and tuning infrastructure for the new `flexsurvspline` engine for the `survival_reg()` model specification from the `censored` package (@mattwarkentin, #831).
44

55
* The matrix interface for fitting `fit_xy()` now works for the `"censored regression"` mode (#829).
66

77
* The `num_leaves` argument of `boost_tree()`s `lightgbm` engine (via the bonsai package) is now tunable.
88

9+
* A change in our data checking code resulted in about a 3-fold speed-up in parsnip (#835)
910

1011
# parsnip 1.0.2
1112

man/details_rand_forest_aorsf.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/rand_forest_aorsf.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Predictions of survival probability at a time exceeding the maximum observed eve
6060

6161
- Jaeger BC, Long DL, Long DM, Sims M, Szychowski JM, Min YI, Mcclure LA, Howard G, Simon N. Oblique random survival forests. Annals of applied statistics 2019 Sep; 13(3):1847-83. DOI: 10.1214/19-AOAS1261
6262

63-
- Jaeger BC, Welden S, Lenoir K, Pajewski NM. aorsf: An R package for supervised learning using the oblique random survival forest. Journal of Open Source Software 2022, 7(77), 1 4705. https://doi.org/10.21105/joss.04705.
63+
- Jaeger BC, Welden S, Lenoir K, Pajewski NM. aorsf: An R package for supervised learning using the oblique random survival forest. Journal of Open Source Software 2022, 7(77), 1 4705. \doi{10.21105/joss.04705}.
6464

6565
- Jaeger BC, Welden S, Lenoir K, Speiser JL, Segar MW, Pandey A, Pajewski NM. Accelerated and interpretable oblique random survival forests. arXiv e-prints 2022 Aug; arXiv-2208. URL: https://arxiv.org/abs/2208.01129

man/rmd/rand_forest_aorsf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ Predictions of survival probability at a time exceeding the maximum observed eve
6363

6464
- Jaeger BC, Long DL, Long DM, Sims M, Szychowski JM, Min YI, Mcclure LA, Howard G, Simon N. Oblique random survival forests. Annals of applied statistics 2019 Sep; 13(3):1847-83. DOI: 10.1214/19-AOAS1261
6565

66-
- Jaeger BC, Welden S, Lenoir K, Pajewski NM. aorsf: An R package for supervised learning using the oblique random survival forest. Journal of Open Source Software 2022, 7(77), 1 4705. https://doi.org/10.21105/joss.04705.
66+
- Jaeger BC, Welden S, Lenoir K, Pajewski NM. aorsf: An R package for supervised learning using the oblique random survival forest. Journal of Open Source Software 2022, 7(77), 1 4705. \doi{10.21105/joss.04705}.
6767

6868
- Jaeger BC, Welden S, Lenoir K, Speiser JL, Segar MW, Pandey A, Pajewski NM. Accelerated and interpretable oblique random survival forests. arXiv e-prints 2022 Aug; arXiv-2208. URL: https://arxiv.org/abs/2208.01129

0 commit comments

Comments
 (0)