Skip to content

Commit d6ddd41

Browse files
committed
mention that lightgbm can use sparse data
1 parent 1fa1d3d commit d6ddd41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

man/rmd/boost_tree_lightgbm.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ To effectively enable bagging, the user would also need to set the `bagging_freq
8484

8585
bonsai quiets much of the logging output from [lightgbm::lgb.train()] by default. With default settings, logged warnings and errors will still be passed on to the user. To print out all logs during training, set `quiet = TRUE`.
8686

87+
## Sparse Data
88+
89+
```{r child = "template-uses-sparse-data.Rmd"}
90+
```
91+
8792
## Examples
8893

8994
The "Introduction to bonsai" article contains [examples](https://bonsai.tidymodels.org/articles/bonsai.html) of `boost_tree()` with the `"lightgbm"` engine.

0 commit comments

Comments
 (0)