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,
Evaluation history.
The dictionary has the following format:
{'metric1-mean': [values], 'metric1-stdv': [values],
'metric2-mean': [values], 'metric1-stdv': [values],
'metric2-mean': [values], 'metric2-stdv': [values],
...}.
"""
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