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
Copy file name to clipboardExpand all lines: NEWS.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# parsnip (development version)
2
2
3
+
*`xgb_train()` now allows for case weights
4
+
3
5
* Added `ctree_train()` and `cforest_train()` wrappers for the functions in the partykit package. Engines for these will be added to other parsnip extension packages.
4
6
5
7
* Exported `xgb_predict()` which wraps xgboost's `predict()` method for use with parsnip extension packages (#688).
6
8
7
-
8
9
# parsnip 0.2.1
9
10
10
11
* Fixed a major bug in spark models induced in the previous version (#671).
0 commit comments