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

Method data

python-package/xgboost/dask/data.py:82–84  ·  view source on GitHub ↗

Utility function for obtaining current batch of data.

(self)

Source from the content-addressed store, hash-verified

80 return None
81
82 def data(self) -> Any:
83 """Utility function for obtaining current batch of data."""
84 return self._data[self._iter]
85
86 def reset(self) -> None:
87 """Reset the iterator"""

Callers 2

nextMethod · 0.95
_cudf_str_cat_infFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected