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
47b7455d
Commit
47b7455d
authored
Nov 12, 2016
by
Guolin Ke
Browse files
Update config.h
parent
da9baaf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/LightGBM/config.h
include/LightGBM/config.h
+2
-1
No files found.
include/LightGBM/config.h
View file @
47b7455d
...
...
@@ -369,7 +369,8 @@ struct ParameterAlias {
{
"ignore_feature"
,
"ignore_column"
},
{
"blacklist"
,
"ignore_column"
},
{
"predict_raw_score"
,
"is_predict_raw_score"
},
{
"predict_leaf_index"
,
"is_predict_leaf_index"
}
{
"predict_leaf_index"
,
"is_predict_leaf_index"
},
{
"num_classes"
,
"num_class"
}
});
std
::
unordered_map
<
std
::
string
,
std
::
string
>
tmp_map
;
for
(
const
auto
&
pair
:
*
params
)
{
...
...
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