Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ LoadModel
Method
LoadModel
catboost/app/mode_metadata.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void LoadModel() {
28
CB_ENSURE(ModelPath.size() == 1,
"Metadata manipulation requires exactly one model"
);
29
Model = ReadModel(ModelPath[0], ModelFormat);
30
}
31
};
32
33
int set_key(int argc, const char* argv[]) {
Callers
4
set_key
Function · 0.80
get_keys
Function · 0.80
dump
Function · 0.80
dump_feature_names
Function · 0.80
Calls
2
ReadModel
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected