[air] Improvements to XGBoost Benchmarking script #26612
Labels
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
@run_and_time_it
a common utilto_air_checkpoint(".", model)
<--- isn't the "." fishy?batch_predictor.predict(ds.drop_columns(["labels"]))
<--- I think you can use the "feature_columns" arg of predict() that Amog added, instead of dropping labels.Originally posted by @ericl in #26608 (review)
The text was updated successfully, but these errors were encountered: