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

Function WarnEmptyDataset

src/common/error_msg.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void WarnEmptyDataset() {
54 static std::once_flag flag;
55 std::call_once(flag,
56 [] { LOG(WARNING) << "Empty dataset at worker: " << collective::GetRank(); });
57}
58
59void MismatchedDevices(Context const* booster, Context const* data) {
60 static std::once_flag flag;

Callers 1

ValidateDMatrixMethod · 0.85

Calls 1

GetRankFunction · 0.85

Tested by

no test coverage detected