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

Function mode_metadata

catboost/app/mode_metadata.cpp:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int mode_metadata(int argc, const char* argv[]) {
156 TModChooser modChooser;
157 modChooser.AddMode("set", set_key, "set model property by name/value");
158 modChooser.AddMode("get", get_keys, "get model property/properties by name");
159 modChooser.AddMode("dump", dump, "dump model info fields");
160 modChooser.AddMode("dump-feature-names", dump_feature_names, "dump feature names");
161 modChooser.DisableSvnRevisionOption();
162 modChooser.Run(argc, argv);
163 return 0;
164}

Callers

nothing calls this directly

Calls 3

AddModeMethod · 0.80
RunMethod · 0.45

Tested by

no test coverage detected