Update xgb.train.R
This commit is contained in:
parent
1d57cfb7bd
commit
458585b5fd
@ -137,7 +137,6 @@ xgb.train <- function(params=list(), data, nrounds, watchlist = list(),
|
|||||||
}
|
}
|
||||||
if (length(watchlist) != 0 && verbose == 0) {
|
if (length(watchlist) != 0 && verbose == 0) {
|
||||||
warning('watchlist is provided but verbose=0, no evaluation information will be printed')
|
warning('watchlist is provided but verbose=0, no evaluation information will be printed')
|
||||||
watchlist <- list()
|
|
||||||
}
|
}
|
||||||
params = append(params, list(...))
|
params = append(params, list(...))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user