Commit 64e52093 authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

Simple CV fix for R-package best score (#764)

parent 2e83a1c9
...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment