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 theparamsargumentstackgbm()directly when bundled as a list. This change simplifies the interface and saves typing (thanks, @svm-zhang, #26). - Rename the argument
nfoldston_folds,ncpuston_threadsincv_*()and set the default value ofn_threadsto 1 (#18). - Optimize the default parameter grid (#19).
- Add code examples for all exported functions (#27).
