Skip to content

Commit f68376a

Browse files
committed
fix missing link to function in bonsai
1 parent 6bd902a commit f68376a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

man/details_boost_tree_lightgbm.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/boost_tree_lightgbm.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ boost_tree(
5858
translate()
5959
```
6060

61-
[train_lightgbm()] is a wrapper around [lightgbm::lgb.train()] (and other functions) that make it easier to run this model.
61+
[bonsai::train_lightgbm()] is a wrapper around [lightgbm::lgb.train()] (and other functions) that make it easier to run this model.
6262

6363
## Other details
6464

man/rmd/boost_tree_lightgbm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ boost_tree(
9999
## seed = sample.int(10^5, 1), deterministic = TRUE)
100100
```
101101

102-
[train_lightgbm()] is a wrapper around [lightgbm::lgb.train()] (and other functions) that make it easier to run this model.
102+
[bonsai::train_lightgbm()] is a wrapper around [lightgbm::lgb.train()] (and other functions) that make it easier to run this model.
103103

104104
## Other details
105105

0 commit comments

Comments
 (0)