tests/testthat/_snaps/models.md

models are structured as expected

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


Try the fastrmodels package in your browser

Any scripts or data that you put into this service are public.

fastrmodels documentation built on Feb. 7, 2026, 5:07 p.m.