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

Function InconsistentCategories

src/common/error_msg.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114constexpr StringView InconsistentCategories() {
115 return "Inconsistent number of categories between batches.";
116}
117
118void CheckOldNccl(std::int32_t major, std::int32_t minor, std::int32_t patch);
119

Callers 2

SparsePageDMatrixMethod · 0.85
GetDataShapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected