bonsai 0.4.0
New Engines
- Added catboost engine to
boost_tree()(#70).
Improvements
-
The lightgbm engine now warns that arguments passed to
paramsargument inset_engine()are ignored (#110). -
Automatic handling of
num_classesargument when specifying a multiclass classification objective for the lightgbm engine (#109). -
Increased the minimum R version to R 4.1.
Bug Fixes
- Fixed bug where
num_threadsargument were ignored for lightgbm engine (#105).