fix relative to examples #Rstat
This commit is contained in:
@@ -93,7 +93,7 @@ get.paths.to.leaf <- function(dt.tree) {
|
||||
#' @examples
|
||||
#' data(agaricus.train, package='xgboost')
|
||||
#'
|
||||
#' bst <- xgboost(data = agaricus.train$data, max.depth = 15,
|
||||
#' bst <- xgboost(data = agaricus.train$data, label = agaricus.train$label, max.depth = 15,
|
||||
#' eta = 1, nthread = 2, nround = 30, objective = "binary:logistic",
|
||||
#' min_child_weight = 50)
|
||||
#'
|
||||
|
||||
Reference in New Issue
Block a user