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

Function InconsistentFeatureTypes

src/common/error_msg.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110constexpr StringView InconsistentFeatureTypes() {
111 return "Inconsistent feature types between batches.";
112}
113
114constexpr StringView InconsistentCategories() {
115 return "Inconsistent number of categories between batches.";

Callers 1

CheckFeatureTypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected