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
* make xgboost tests version robust
* make xgb functions backwards compatible with 2.0.0.0 version
* fix type
* use correct version for xgboost switching
* add news
* more robust xgboost param moving
* don't access new xgboost function directly
* check for installation
* polish news
* note in docs
---------
Co-authored-by: ‘topepo’ <mxkuhn@gmail.com>
Copy file name to clipboardExpand all lines: man/rmd/boost_tree_xgboost.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#| include: false
4
4
```
5
5
6
-
`r descr_models("boost_tree", "xgboost")`
6
+
`r descr_models("boost_tree", "xgboost")`. Note that in late 2025, a new version of xgboost was released with differences in its interface and model objects. This version of parsnip should work with either version.
Copy file name to clipboardExpand all lines: man/rmd/boost_tree_xgboost.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
3
3
4
-
For this engine, there are multiple modes: classification and regression
4
+
For this engine, there are multiple modes: classification and regression. Note that in late 2025, a new version of xgboost was released with differences in its interface and model objects. This version of parsnip should work with either version.
0 commit comments