Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 349 Bytes

xgboost.md

File metadata and controls

13 lines (8 loc) · 349 Bytes

XGBoost

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()])

Try a live code example ****