Add newline char to early.stop.round message
This commit is contained in:
parent
fa205cdaf8
commit
cd0099f2a1
@ -212,7 +212,7 @@ xgb.train <- function(params=list(), data, nrounds, watchlist = list(),
|
|||||||
} else {
|
} else {
|
||||||
earlyStopflag = TRUE
|
earlyStopflag = TRUE
|
||||||
if (i - bestInd >= early.stop.round) {
|
if (i - bestInd >= early.stop.round) {
|
||||||
cat('Stopping. Best iteration:',bestInd)
|
cat('Stopping. Best iteration:', bestInd, '\n')
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user