Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dmlc/xgboost
/ reset
Method
reset
tests/python/test_data_iterator.py:214–215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
212
return
True
213
214
def
reset(self) -> None:
215
self.it = 0
216
217
218
def
test_data_cache() -> None:
Callers
15
TestUpdateConfig
Method · 0.45
TestInitAfterLoad
Method · 0.45
TestUpdateProcess
Method · 0.45
VerifyLoadUri
Function · 0.45
TestMAPGPair
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TestTrainingPrediction
Function · 0.45
TestSparsePrediction
Function · 0.45
TestSparsePredictionColumnSplit
Function · 0.45
TestVectorLeafPrediction
Function · 0.45
TestUpdatePredictionCache
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected