"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "48e3629dc69ca6b28690933f600be2a00cc7f031"
Unverified Commit 3ae0484a authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] [R-package] mention {bonsai} in the docs (#5652)

parent d7ea2692
...@@ -484,13 +484,6 @@ These tests can also be triggered on any pull request by leaving a comment in a ...@@ -484,13 +484,6 @@ These tests can also be triggered on any pull request by leaving a comment in a
> /gha run r-valgrind > /gha run r-valgrind
External (Unofficial) Repositories
----------------------------------
Projects listed here are not maintained or endorsed by the `LightGBM` development team, but may offer some features currently missing from the main R package.
* [lightgbm.py](https://github.com/kapsner/lightgbm.py): This R package offers a wrapper built with `reticulate`, a package used to call Python code from R. If you are comfortable with the added installation complexity of installing `lightgbm`'s Python package and the performance cost of passing data between R and Python, you might find that this package offers some features that are not yet available in the native `lightgbm` R package.
Known Issues Known Issues
------------ ------------
......
...@@ -59,7 +59,7 @@ Accepted to CRAN ...@@ -59,7 +59,7 @@ Accepted to CRAN
Submitted with the following comment: Submitted with the following comment:
> This submission contains {lightgbm} 3.3.3. > This submission contains {lightgbm} 3.3.4
> Per CRAN's policies, I am submitting it on behalf of the project's maintainer (Yu Shi), with his permission. > Per CRAN's policies, I am submitting it on behalf of the project's maintainer (Yu Shi), with his permission.
......
...@@ -61,6 +61,9 @@ Some old update logs are available at [Key Events](https://github.com/microsoft/ ...@@ -61,6 +61,9 @@ Some old update logs are available at [Key Events](https://github.com/microsoft/
External (Unofficial) Repositories External (Unofficial) Repositories
---------------------------------- ----------------------------------
Projects listed here offer alternative ways to use LightGBM.
They are not maintained or officially endorsed by the `LightGBM` development team.
FLAML (AutoML library for hyperparameter optimization): https://github.com/microsoft/FLAML FLAML (AutoML library for hyperparameter optimization): https://github.com/microsoft/FLAML
Optuna (hyperparameter optimization framework): https://github.com/optuna/optuna Optuna (hyperparameter optimization framework): https://github.com/optuna/optuna
...@@ -115,7 +118,7 @@ lightgbm-rs (Rust binding): https://github.com/vaaaaanquish/lightgbm-rs ...@@ -115,7 +118,7 @@ lightgbm-rs (Rust binding): https://github.com/vaaaaanquish/lightgbm-rs
MLflow (experiment tracking, model monitoring framework): https://github.com/mlflow/mlflow MLflow (experiment tracking, model monitoring framework): https://github.com/mlflow/mlflow
`{treesnip}` (R `{parsnip}`-compliant interface): https://github.com/curso-r/treesnip `{bonsai}` (R `{parsnip}`-compliant interface): https://github.com/tidymodels/bonsai
`{mlr3extralearners}` (R `{mlr3}`-compliant interface): https://github.com/mlr-org/mlr3extralearners `{mlr3extralearners}` (R `{mlr3}`-compliant interface): https://github.com/mlr-org/mlr3extralearners
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment