Merge branch 'master' of ssh://github.com/tqchen/xgboost

This commit is contained in:
tqchen
2014-09-05 20:34:46 -07:00
22 changed files with 81 additions and 26 deletions

View File

@@ -44,7 +44,7 @@
#'
#' @examples
#' data(iris)
#' iris[,5] <- as.numeric(iris[,5])
#' iris[,5] <- as.numeric(iris[,5]=='setosa')
#' dtrain <- xgb.DMatrix(as.matrix(iris[,1:4]), label=iris[,5])
#' dtest <- dtrain
#' watchlist <- list(eval = dtest, train = dtrain)