MCPcopy 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
33int set_key(int argc, const char* argv[]) {

Callers 4

set_keyFunction · 0.80
get_keysFunction · 0.80
dumpFunction · 0.80
dump_feature_namesFunction · 0.80

Calls 2

ReadModelFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected