v3.1.1
📦 xgboostView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
XGBoost 3.1.1 improves error handling by emitting correct errors for GPU inputs on CPU-only builds, provides clearer messages for the removed binary model format, and fixes SHAP group ID handling when the intercept is a vector.
🐛 Bug Fixes
- Emit correct error when performing inplace-predict using a CPU-only XGBoost build with a GPU input (fixes #11761).
- Enhance the error message for loading the removed binary model format (fixes #11760).
- Use the correct group ID for SHAP when the intercept is a vector (fixes #11764).