Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
TString SerializeModel(const TFullModel& model) {
95
TStringStream ss;
96
OutputModel(model, &ss);
97
return ss.Str();
98
}
99
100
TFullModel DeserializeModel(TMemoryInput serializedModel) {
101
TFullModel model;
Callers
1
CatBoostSerializeModel_R
Function · 0.85
Calls
2
OutputModel
Function · 0.70
Str
Method · 0.45
Tested by
no test coverage detected