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
9e223c3a
Unverified
Commit
9e223c3a
authored
Jan 11, 2018
by
Guolin Ke
Committed by
GitHub
Jan 11, 2018
Browse files
remove a unused variable.
parent
b6cb1558
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/metric/map_metric.hpp
src/metric/map_metric.hpp
+0
-1
No files found.
src/metric/map_metric.hpp
View file @
9e223c3a
...
...
@@ -32,7 +32,6 @@ public:
}
void
Init
(
const
Metadata
&
metadata
,
data_size_t
num_data
)
override
{
std
::
stringstream
str_buf
;
for
(
auto
k
:
eval_at_
)
{
name_
.
emplace_back
(
std
::
string
(
"map@"
)
+
std
::
to_string
(
k
));
}
...
...
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