Browse Source

更新初始化代码

罗俊辉 1 year ago
parent
commit
a3067b6c3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -82,7 +82,7 @@ params = {
 }
 
 # 训练模型
-num_round = 1000
+num_round = 100
 bst = lgb.train(params, train_data, num_round, valid_sets=[test_data])
 
 # 预测