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
64e52093
Commit
64e52093
authored
Aug 02, 2017
by
Laurae
Committed by
Guolin Ke
Aug 02, 2017
Browse files
Simple CV fix for R-package best score (#764)
parent
2e83a1c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
R-package/R/lgb.cv.R
R-package/R/lgb.cv.R
+1
-0
No files found.
R-package/R/lgb.cv.R
View file @
64e52093
...
@@ -3,6 +3,7 @@ CVBooster <- R6Class(
...
@@ -3,6 +3,7 @@ CVBooster <- R6Class(
cloneable
=
FALSE
,
cloneable
=
FALSE
,
public
=
list
(
public
=
list
(
best_iter
=
-1
,
best_iter
=
-1
,
best_score
=
-1
,
record_evals
=
list
(),
record_evals
=
list
(),
boosters
=
list
(),
boosters
=
list
(),
initialize
=
function
(
x
)
{
initialize
=
function
(
x
)
{
...
...
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