Changelog
Source:NEWS.md
stackgbm 0.1.0
CRAN release: 2024-04-30
Improvements
- Use a standard dependency management strategy (thanks, @privefl, #1).
- The optimal parameter objects generated by
cv_*()
now can be passed to theparams
argumentstackgbm()
directly when bundled as a list. This change simplifies the interface and saves typing (thanks, @svm-zhang, #26). - Rename the argument
nfolds
ton_folds
,ncpus
ton_threads
incv_*()
and set the default value ofn_threads
to 1 (#18). - Optimize the default parameter grid (#19).
- Add code examples for all exported functions (#27).