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

Fix Microsoft/LightGBM#1085 (#1094)

parent a69f41e2
......@@ -32,7 +32,6 @@ lgb.cv(param,
showsd = FALSE)
# You can also do cross validation with cutomized loss function
# See custom_objective.R
print("Running cross validation, with cutomsized loss function")
logregobj <- function(preds, dtrain) {
......
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