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

Method get_metadata

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

Source from the content-addressed store, hash-verified

2059 return isinstance(maybe_loss_function, MultiTargetCustomObjective)
2060
2061 def get_metadata(self):
2062 return self._object._get_metadata_wrapper()
2063
2064 @property
2065 def tree_count_(self):

Calls

no outgoing calls