Skip to content

Commit 71e4c90

Browse files
committed
More clarity for link
1 parent cfa40a3 commit 71e4c90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Data sets previously found in `parsnip` are now find in the `modeldata` package.
128128

129129
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
130130

131-
- For questions and discussions about tidymodels packages, modeling, and machine learning, [join us on RStudio Community](https://rstd.io/tidymodels-community).
131+
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://rstd.io/tidymodels-community).
132132

133133
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/parsnip/issues).
134134

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ rand_forest(mtry = 10, trees = 2000) %>%
140140
fit(mpg ~ ., data = mtcars)
141141
#> parsnip model object
142142
#>
143-
#> Fit time: 68ms
143+
#> Fit time: 71ms
144144
#> Ranger result
145145
#>
146146
#> Call:
147-
#> ranger::ranger(formula = mpg ~ ., data = data, mtry = ~10, num.trees = ~2000, importance = ~"impurity", num.threads = 1, verbose = FALSE, seed = sample.int(10^5, 1))
147+
#> ranger::ranger(formula = formula, data = data, mtry = ~10, num.trees = ~2000, importance = ~"impurity", num.threads = 1, verbose = FALSE, seed = sample.int(10^5, 1))
148148
#>
149149
#> Type: Regression
150150
#> Number of trees: 2000
@@ -154,8 +154,8 @@ rand_forest(mtry = 10, trees = 2000) %>%
154154
#> Target node size: 5
155155
#> Variable importance mode: impurity
156156
#> Splitrule: variance
157-
#> OOB prediction error (MSE): 6.037202
158-
#> R squared (OOB): 0.8337962
157+
#> OOB prediction error (MSE): 5.911312
158+
#> R squared (OOB): 0.837262
159159
```
160160

161161
A list of all `parsnip` models across different CRAN packages can be
@@ -171,7 +171,7 @@ Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
171171
By contributing to this project, you agree to abide by its terms.
172172

173173
- For questions and discussions about tidymodels packages, modeling,
174-
and machine learning, [join us on RStudio
174+
and machine learning, please [post on RStudio
175175
Community](https://rstd.io/tidymodels-community).
176176

177177
- If you think you have encountered a bug, please [submit an

0 commit comments

Comments
 (0)