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

Method path

catboost/python-package/catboost/eval/_fold_storage.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 open(self._file_path, 'w').close() # clean file
102
103 def path(self):
104 return self._file_path
105
106 def add(self, line):
107 self._size += 1

Callers 3

CompareAttributesFunction · 0.45
CompareNodesFunction · 0.45
_create_poolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected