Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
92dfcdfb
"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "7de8d8cf3eb50fcfd910cdc7cc4f1ede94fb4358"
Unverified
Commit
92dfcdfb
authored
Mar 28, 2018
by
Qiwei Ye
Committed by
GitHub
Mar 28, 2018
Browse files
Update engine.py
fix #1288
parent
eb913ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/engine.py
python-package/lightgbm/engine.py
+1
-1
No files found.
python-package/lightgbm/engine.py
View file @
92dfcdfb
...
@@ -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], 'metric
1
-stdv': [values],
'metric2-mean': [values], 'metric
2
-stdv': [values],
...}.
...}.
"""
"""
if
not
isinstance
(
train_set
,
Dataset
):
if
not
isinstance
(
train_set
,
Dataset
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment