Skip to content

Commit 3c52349

Browse files
committed
clarify default value
1 parent b462f76 commit 3c52349

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

man/rmd/boost_tree_xgboost.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This model has `r nrow(param)` tuning parameters:
2424
param$item
2525
```
2626

27+
For `mtry`, the default value of `NULL` translates to using all available columns.
28+
2729
## Translation from parsnip to the original package (regression)
2830

2931
```{r xgboost-reg}

man/rmd/boost_tree_xgboost.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This model has 8 tuning parameters:
2525

2626
- `stop_iter`: # Iterations Before Stopping (type: integer, default: Inf)
2727

28+
For `mtry`, the default value of `NULL` translates to using all available columns.
29+
2830
## Translation from parsnip to the original package (regression)
2931

3032

0 commit comments

Comments
 (0)