【发布时间】:2020-01-07 20:15:19
【问题描述】:
model = lightgbm.LGBMClassifier()
hyperparameter_dictionary = {'boosting_type': 'goss', 'num_leaves': 25, 'n_estimators': 184, ...}
如何通过字典分配模型的超参数,以便我可以使用这些超参数来尝试模型的行为?
谢谢!
【问题讨论】:
标签: python machine-learning scikit-learn hyperparameters lightgbm