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

Method __init__

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

Source from the content-addressed store, hash-verified

105 """
106
107 def __init__(self):
108 super().__init__()
109 self.labels = ["World", "Sports", "Business", "Tech"]
110
111 def get_examples(self, data_dir, split):
112 path = os.path.join(data_dir, "{}.csv".format(split))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected