Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ as_array
Method
as_array
demo/guide-python/quantile_data_iterator.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
super().__init__()
58
59
def
as_array(self) -> cupy.ndarray:
60
return
cupy.concatenate(self._data)
61
62
def
as_array_labels(self) -> cupy.ndarray:
63
return
cupy.concatenate(self._labels)
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected