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

Function SerializeModel

catboost/libs/model/model.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94TString SerializeModel(const TFullModel& model) {
95 TStringStream ss;
96 OutputModel(model, &ss);
97 return ss.Str();
98}
99
100TFullModel DeserializeModel(TMemoryInput serializedModel) {
101 TFullModel model;

Callers 1

CatBoostSerializeModel_RFunction · 0.85

Calls 2

OutputModelFunction · 0.70
StrMethod · 0.45

Tested by

no test coverage detected