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
b1b24ee2
"vscode:/vscode.git/clone" did not exist on "664175b3720d184eb80f0b863a746c140418488e"
Commit
b1b24ee2
authored
Sep 27, 2017
by
Nikita Titov
Committed by
Guolin Ke
Sep 27, 2017
Browse files
fixed typo (#937)
parent
51bceaaa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/io/config.cpp
src/io/config.cpp
+1
-1
No files found.
src/io/config.cpp
View file @
b1b24ee2
...
...
@@ -230,7 +230,7 @@ void OverallConfig::CheckParamConflict() {
int
full_num_leaves
=
static_cast
<
int
>
(
std
::
pow
(
2
,
boosting_config
.
tree_config
.
max_depth
));
if
(
full_num_leaves
>
boosting_config
.
tree_config
.
num_leaves
&&
boosting_config
.
tree_config
.
num_leaves
==
kDefaultNumLeaves
)
{
Log
::
Warning
(
"Accuracy may be bad since you didn't set num_leaves and max_depth
²
> num_leaves."
);
Log
::
Warning
(
"Accuracy may be bad since you didn't set num_leaves and
2^
max_depth > num_leaves."
);
}
}
}
...
...
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