1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 16:26:55 +08:00

update docs

This commit is contained in:
Young
2020-11-28 05:56:01 +00:00
parent 80b01cb6a6
commit 22c3806672
6 changed files with 19 additions and 12 deletions

View File

@@ -80,6 +80,7 @@ class LGBModel(ModelFT):
verbose_eval : int
verbose level
"""
# Based on existing model and finetune by train more rounds
dtrain, _ = self._prepare_data(dataset)
self.model = lgb.train(
self.params,