"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "7de8d8cf3eb50fcfd910cdc7cc4f1ede94fb4358"
Unverified Commit 92dfcdfb authored by Qiwei Ye's avatar Qiwei Ye Committed by GitHub
Browse files

Update engine.py

fix #1288
parent eb913ebd
...@@ -379,7 +379,7 @@ def cv(params, train_set, num_boost_round=100, ...@@ -379,7 +379,7 @@ def cv(params, train_set, num_boost_round=100,
Evaluation history. Evaluation history.
The dictionary has the following format: The dictionary has the following format:
{'metric1-mean': [values], 'metric1-stdv': [values], {'metric1-mean': [values], 'metric1-stdv': [values],
'metric2-mean': [values], 'metric1-stdv': [values], 'metric2-mean': [values], 'metric2-stdv': [values],
...}. ...}.
""" """
if not isinstance(train_set, Dataset): if not isinstance(train_set, Dataset):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment