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
0bf0ec03
Commit
0bf0ec03
authored
May 02, 2017
by
Guolin Ke
Browse files
fix #481 .
parent
a39141e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/boosting/gbdt.cpp
src/boosting/gbdt.cpp
+0
-1
No files found.
src/boosting/gbdt.cpp
View file @
0bf0ec03
...
@@ -311,7 +311,6 @@ void GBDT::Bagging(int iter) {
...
@@ -311,7 +311,6 @@ void GBDT::Bagging(int iter) {
}
}
OMP_THROW_EX
();
OMP_THROW_EX
();
bag_data_cnt_
=
left_cnt
;
bag_data_cnt_
=
left_cnt
;
CHECK
(
bag_data_indices_
[
bag_data_cnt_
-
1
]
>
bag_data_indices_
[
bag_data_cnt_
]);
Log
::
Debug
(
"Re-bagging, using %d data to train"
,
bag_data_cnt_
);
Log
::
Debug
(
"Re-bagging, using %d data to train"
,
bag_data_cnt_
);
// set bagging data to tree learner
// set bagging data to tree learner
if
(
!
is_use_subset_
)
{
if
(
!
is_use_subset_
)
{
...
...
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