From e53c3a3ef3c089a083c6d0e99d2929406909cc5e Mon Sep 17 00:00:00 2001 From: topepo Date: Tue, 11 Mar 2025 15:44:57 -0400 Subject: [PATCH] version bumps and redoc --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.md | 4 ++-- parsnip.Rproj | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7e3fa54b6..fb2c7b9bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: parsnip Title: A Common API to Modeling and Analysis Functions -Version: 1.3.0.9000 +Version: 1.3.1 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 3343978ae..8493cd607 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# parsnip (development version) +# parsnip 1.3.1 ## Bug Fixes diff --git a/README.md b/README.md index 1621cf67f..e845cf8dd 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ rand_forest(mtry = 10, trees = 2000) %>% #> Target node size: 5 #> Variable importance mode: impurity #> Splitrule: variance -#> OOB prediction error (MSE): 5.725636 -#> R squared (OOB): 0.8423737 +#> OOB prediction error (MSE): 5.976917 +#> R squared (OOB): 0.8354559 ``` A list of all parsnip models across different CRAN packages can be found diff --git a/parsnip.Rproj b/parsnip.Rproj index 92c87e240..060c78308 100644 --- a/parsnip.Rproj +++ b/parsnip.Rproj @@ -1,7 +1,6 @@ Version: 1.0 ProjectId: 7f6c9ff5-6b9a-4235-8666-12db5ef65d49 - RestoreWorkspace: No SaveWorkspace: No AlwaysSaveHistory: Default