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

Method _serialize_model

catboost/python-package/catboost/core.py:1952–1953  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1950 self._canonized_params = None
1951
1952 def _serialize_model(self):
1953 return self._object._serialize_model()
1954
1955 def _deserialize_model(self, dump_model_str):
1956 assert isinstance(dump_model_str, bytes), "Not bytes passed as argument"

Callers 1

__getstate__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected