You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daisugi is an R package collecting experimental, obscure, and emerging
tree-based machine learning methods.
Rather than reproducing the mainstream boosting ecosystem, daisugi
focuses on:
probabilistic forests
hybrid boosting systems
online learners
interpretable ensembles
experimental tree architectures
research-oriented methods rarely exposed to R users
Popular libraries such as XGBoost, LightGBM, and CatBoost are
intentionally excluded and are better accessed through their native
packages or through tidymodels infrastructure.
Included Machines v0.0.5
Status
Algorithm
Focus
✅
Boulevard
stochastic gradient boosting
✅
Conditional Trees
unbiased recursive partitioning
✅
EBM
interpretable additive boosting
✅
Evolutionary Trees
genetic tree optimization
🚧
FairGBM
fairness-aware boosting
🚧
GRANDE
differentiable tree ensembles
🚧
KTBoost
kernel-tree hybrid boosting
🚧
MorphBoost
adaptive boosting structures
🚧
MSBoost
multi-stage boosting
✅
NGBoost
natural gradient prediction
✅
NRGBoost
energy-based generative boosting
✅
Perpetual
continual tree learning
✅
SnapBoost
heterogeneous boosting systems
✅
WildWood
randomized online forests
✅
Yggdrasil
scalable tree ecosystems
Installation
You can install the development version of daisugi from GitHub: