MCPcopy Create free account
hub / github.com/dmlc/xgboost / as_array

Method as_array

tests/python-gpu/test_from_cudf.py:324–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322 super().__init__(cache_prefix=None)
323
324 def as_array(self) -> "cudf.DataFrame":
325 return cudf.concat(self._data)
326
327 def as_array_labels(self) -> np.ndarray:
328 return np.concatenate(self._labels)

Callers 1

test_from_cudf_iterFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected