Skip to content

Commit

Permalink
Merge branch 'altrep' into remove_ntree
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Dec 31, 2023
2 parents a576315 + ae0de6d commit e57a92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion R-package/R/xgb.DMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ getinfo.xgb.DMatrix <- function(object, name) {
#' setinfo(dtrain, 'label', 1-labels)
#' labels2 <- getinfo(dtrain, 'label')
#' stopifnot(all.equal(labels2, 1-labels))
#' @rdname setinfo
#' @export
setinfo <- function(object, name, info) UseMethod("setinfo")

Expand Down
4 changes: 2 additions & 2 deletions R-package/man/getinfo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e57a92f

Please sign in to comment.