Closed denver1117 closed 4 years ago
The xgboost test does not explicitly supply a booster argument. This is required in xgboost 1.0.0.
booster
We want to properly test xgboost on the newest version. This change will work for xgboost 1.0.0 and all previous supported versions of xgboost.
Travis build has passed.
Use explicit booster in xgboost test
Description
The xgboost test does not explicitly supply a
booster
argument. This is required in xgboost 1.0.0.Motivation and Context
We want to properly test xgboost on the newest version. This change will work for xgboost 1.0.0 and all previous supported versions of xgboost.
How Has This Been Tested?
Travis build has passed.
Types of changes
Checklist: