ray.train.lightgbm.RayTrainReportCallback.get_model#
- classmethod RayTrainReportCallback.get_model(checkpoint: Checkpoint, filename: str = 'model.txt') lightgbm.basic.Booster [source]#
Retrieve the model stored in a checkpoint reported by this callback.
- Parameters:
checkpoint – The checkpoint object returned by a training run. The checkpoint should be saved by an instance of this callback.
filename – The filename to load the model from, which should match the filename used when creating the callback.