We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b462f76 commit 3c52349Copy full SHA for 3c52349
man/rmd/boost_tree_xgboost.Rmd
@@ -24,6 +24,8 @@ This model has `r nrow(param)` tuning parameters:
24
param$item
25
```
26
27
+For `mtry`, the default value of `NULL` translates to using all available columns.
28
+
29
## Translation from parsnip to the original package (regression)
30
31
```{r xgboost-reg}
man/rmd/boost_tree_xgboost.md
@@ -25,6 +25,8 @@ This model has 8 tuning parameters:
- `stop_iter`: # Iterations Before Stopping (type: integer, default: Inf)
32
0 commit comments