recbole.model.exlib_recommender.lightgbm

class recbole.model.exlib_recommender.lightgbm.lightgbm(config, dataset)[source]

Bases: lightgbm.basic.Booster

lightgbm is inherited from lgb.Booster

input_type = 1
load_other_parameter(other_parameter)[source]

Load other parameters

load_state_dict(model_file)[source]

Load state dictionary

Parameters

model_file (str) – file path of saved model

to(device)[source]
type = 6