Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
constexpr StringView InconsistentFeatureTypes() {
111
return
"Inconsistent feature types between batches."
;
112
}
113
114
constexpr StringView InconsistentCategories() {
115
return
"Inconsistent number of categories between batches."
;
Callers
1
CheckFeatureTypes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected