- Enable loading model from <1.0.0 trained with
objective='binary:logitraw'
(#6517) - Fix handling of print period in
EvaluationMonitor
(#6499) - Fix a bug in metric configuration after loading model. (#6504)
- Fix
save_best
early stopping option (#6523) - Remove
cupy.array_equal
, since it's not compatible with cuPy 7.8 (#6528)
You can verify the downloaded source code xgboost.tar.gz
by running this on your unix shell:
echo "fd51e844dd0291fd9e7129407be85aaeeda2309381a6e3fc104938b27fb09279 *xgboost.tar.gz" | shasum -a 256 --check