Update xgb.train.R

This commit is contained in:
Tong He 2015-05-25 10:24:59 -07:00
parent 1d57cfb7bd
commit 458585b5fd

View File

@ -137,7 +137,6 @@ xgb.train <- function(params=list(), data, nrounds, watchlist = list(),
}
if (length(watchlist) != 0 && verbose == 0) {
warning('watchlist is provided but verbose=0, no evaluation information will be printed')
watchlist <- list()
}
params = append(params, list(...))