Skip to content

Commit

Permalink
[R] Add data iterator, quantile dmatrix, external memory, and missing…
Browse files Browse the repository at this point in the history
… `feature_types` (#9913)
  • Loading branch information
david-cortes authored Jan 30, 2024
1 parent d9f4ab5 commit 3abbbe4
Show file tree
Hide file tree
Showing 13 changed files with 1,753 additions and 103 deletions.
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ Imports:
data.table (>= 1.9.6),
jsonlite (>= 1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Encoding: UTF-8
SystemRequirements: GNU make, C++17
5 changes: 5 additions & 0 deletions R-package/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export(slice)
export(xgb.DMatrix)
export(xgb.DMatrix.hasinfo)
export(xgb.DMatrix.save)
export(xgb.DataIter)
export(xgb.ExternalDMatrix)
export(xgb.ProxyDMatrix)
export(xgb.QuantileDMatrix)
export(xgb.QuantileDMatrix.from_iterator)
export(xgb.attr)
export(xgb.attributes)
export(xgb.config)
Expand Down
Loading

0 comments on commit 3abbbe4

Please sign in to comment.