LgbModel¶ LgbModel ¶ Wrapper for trained LightGBM model. This class wraps a trained lgb.Booster instance to provide a consistent interface within the factrainer framework. Attributes: Name Type Description model Booster The trained LightGBM Booster instance. Attributes¶ model instance-attribute ¶ model: Booster