1

How do you read the hyperparameters from an lightgbm.basic.Booster object?

The object is created from file:

model = pickle.load(open(filename, 'rb'))

Stuff like n_estimators, boosting_type, learning_rate is not available from model.dump_model()

Endre Moen
  • 695
  • 2
  • 9
  • 19

0 Answers0