"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "b64751bf1b17e6fb5951865efccc2582f7839784"
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(
cloneable = FALSE,
public = list(
best_iter = -1,
best_score = -1,
record_evals = list(),
boosters = list(),
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