Nothing
Code
print(parsed_ep_model)
Output
##### xgb.Booster
# of features: 18
# of rounds: 525
xgb.attributes:
niter
Code
print(parsed_cp_model)
Output
##### xgb.Booster
# of features: 18
# of rounds: 560
xgb.attributes:
niter
Code
print(parsed_wp_model)
Output
##### xgb.Booster
# of features: 11
# of rounds: 65
xgb.attributes:
niter
Code
print(parsed_wp_model_spread)
Output
##### xgb.Booster
# of features: 12
# of rounds: 534
xgb.attributes:
niter
Code
print(parsed_xpass_model)
Output
##### xgb.Booster
# of features: 17
# of rounds: 1121
xgb.attributes:
niter
Code
print(parsed_xyac_model)
Output
##### xgb.Booster
# of features: 19
# of rounds: 500
xgb.attributes:
niter
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.