The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
bonsai provides bindings for additional tree-based model engines for use with the parsnip package.
This package is based off of the work done in the treesnip repository by Athos Damiani, Daniel Falbel, and Roel Hogervorst. bonsai is the official CRAN version of the package; new development will reside here.
You can install the most recent official release of bonsai with:
install.packages("bonsai")
You can install the development version of bonsai from GitHub with:
# install.packages("pak")
::pak("tidymodels/bonsai") pak
The bonsai package provides additional engines for the models in the following table:
model | engine | mode |
---|---|---|
boost_tree | lightgbm | regression |
boost_tree | lightgbm | classification |
decision_tree | partykit | regression |
decision_tree | partykit | classification |
rand_forest | partykit | regression |
rand_forest | partykit | classification |
rand_forest | aorsf | classification |
rand_forest | aorsf | regression |
Please note that the bonsai project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.