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
d57118ba
Commit
d57118ba
authored
Jan 19, 2017
by
Tsukasa OMOTO
Committed by
Guolin Ke
Jan 19, 2017
Browse files
Fix warning (#236)
parent
c0f8e38d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/boosting/gbdt.cpp
src/boosting/gbdt.cpp
+1
-1
No files found.
src/boosting/gbdt.cpp
View file @
d57118ba
...
...
@@ -547,7 +547,7 @@ std::string GBDT::SaveModelToString(int num_iterations) const {
}
ss
<<
std
::
endl
<<
"feature information:"
<<
std
::
endl
;
for
(
size_
t
i
=
0
;
i
<
max_feature_idx_
+
1
;
++
i
)
{
for
(
in
t
i
=
0
;
i
<
max_feature_idx_
+
1
;
++
i
)
{
ss
<<
feature_names_
[
i
]
<<
"="
<<
feature_infos_
[
i
]
<<
std
::
endl
;
}
...
...
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