Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# parsnip (development version)
# parsnip 1.3.1

## Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion parsnip.Rproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Version: 1.0
ProjectId: 7f6c9ff5-6b9a-4235-8666-12db5ef65d49


RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default
Expand Down
Loading