Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetErrorString
Function
GetErrorString
catboost/libs/model_interface/c_api.cpp:276–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
CATBOOST_API const char* GetErrorString() {
277
return ErrorMessageHolder.Get().Message.data();
278
}
279
280
CATBOOST_API void ModelCalcerDelete(ModelCalcerHandle* modelHandle) {
281
if (modelHandle != nullptr) {
Callers
15
ModelCalcerWrapper
Method · 0.70
EnableGPUEvaluation
Method · 0.70
GetSupportedEvaluatorTypes
Method · 0.70
CalcFlat
Method · 0.70
CalcFlatMulti
Method · 0.70
Calc
Method · 0.70
CalcMulti
Method · 0.70
CalcFlatTransposed
Method · 0.70
CalcHashed
Method · 0.70
GetUsedFeaturesNames
Method · 0.70
GetFeaturesIndicesImpl
Method · 0.70
CheckStatus
Function · 0.50
Calls
2
data
Method · 0.45
Get
Method · 0.45
Tested by
2
it_works
Function · 0.40
it_works_buffer
Function · 0.40