Skip to content

Commit 28e3f1d

Browse files
authored
version bumps and redoc (#1264)
1 parent 7b03697 commit 28e3f1d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

DESCRIPTION

+1-1
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.3.0.9000
3+
Version: 1.3.1
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "davis@posit.co", role = "aut"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parsnip (development version)
1+
# parsnip 1.3.1
22

33
## Bug Fixes
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ rand_forest(mtry = 10, trees = 2000) %>%
153153
#> Target node size: 5
154154
#> Variable importance mode: impurity
155155
#> Splitrule: variance
156-
#> OOB prediction error (MSE): 5.725636
157-
#> R squared (OOB): 0.8423737
156+
#> OOB prediction error (MSE): 5.976917
157+
#> R squared (OOB): 0.8354559
158158
```
159159

160160
A list of all parsnip models across different CRAN packages can be found

parsnip.Rproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Version: 1.0
22
ProjectId: 7f6c9ff5-6b9a-4235-8666-12db5ef65d49
33

4-
54
RestoreWorkspace: No
65
SaveWorkspace: No
76
AlwaysSaveHistory: Default

0 commit comments

Comments
 (0)