MCPcopy Create free account
hub / github.com/catboost/catboost / BindParser

Method BindParser

catboost/app/mode_metadata.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 TFullModel Model;
22
23 void BindParser(NLastGetopt::TOpts& parser) {
24 NCB::BindModelFileParams(&parser, &ModelPath, &ModelFormat);
25 }
26
27 void LoadModel() {
28 CB_ENSURE(ModelPath.size() == 1, "Metadata manipulation requires exactly one model");

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected