MCPcopy Create free account
hub / github.com/DVampire/FinAgent / BaseDataset

Class BaseDataset

finagent/data/base.py:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@DATASET.register_module(force=True)
12class BaseDataset():
13 def __init__(self):
14 pass
15
16 def _init_stocks(self):
17 pass
18
19 def _load_prices(self):
20 pass
21
22 def _load_news(self):
23 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected