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

Function OutputModel

catboost/libs/model/model.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53static const char* CURRENT_CORE_FORMAT_STRING = "FlabuffersModel_v1";
54
55void OutputModel(const TFullModel& model, IOutputStream* const out) {
56 Save(out, model);
57}
58
59void OutputModel(const TFullModel& model, const TStringBuf modelFile) {
60 TOFStream f(TString{modelFile}); // {} because of the most vexing parse

Callers 1

SerializeModelFunction · 0.70

Calls 1

SaveFunction · 0.50

Tested by

no test coverage detected