We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a1a9e commit eef60e5Copy full SHA for eef60e5
NEWS.md
@@ -1,14 +1,20 @@
1
# bonsai (development version)
2
3
+## New Engines
4
+
5
+* Added catboost engine to `boost_tree()` (#70).
6
7
+## Improvements
8
9
* The lightgbm engine now warns that arguments passed to `params` argument in `set_engine()` are ignored (#110).
10
11
* Automatic handling of `num_classes` argument when specifying a multiclass classification objective for the lightgbm engine (#109).
12
13
* Increased the minimum R version to R 4.1.
14
-* Fixed bug where `num_threads` argument were ignored for lightgbm engine (#105).
15
+## Bug Fixes
16
-* Added catboost engine to `boost_tree()` (#70).
17
+* Fixed bug where `num_threads` argument were ignored for lightgbm engine (#105).
18
19
# bonsai 0.3.2
20
0 commit comments