Use our callback to compare results between different versions of your XGBoost model.
bst = xgb.train(param, xg_train, num_round, watchlist,callbacks=[wandb.xgboost.wandb_callback()])
Example on Github: Multi-class dermatology classification example