MCPcopy Create free account
hub / github.com/OpenBMB/DecT / __init__

Method __init__

src/process_data.py:265–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 "test": "test"
264 }
265 def __init__(self):
266 super().__init__()
267 self.labels = ["1", "2"]
268
269 def get_examples(self, data_dir, split):
270 path = os.path.join(data_dir, "{}.csv".format(self.dataset_project[split]))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected