MCPcopy 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
218def test_data_cache() -> None:

Callers 15

TestUpdateConfigMethod · 0.45
TestInitAfterLoadMethod · 0.45
TestUpdateProcessMethod · 0.45
VerifyLoadUriFunction · 0.45
TestMAPGPairFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TestTrainingPredictionFunction · 0.45
TestSparsePredictionFunction · 0.45
TestVectorLeafPredictionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected