MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ResearchDataset

Class ResearchDataset

python/openquant/research.py:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16@dataclass(frozen=True)
17class ResearchDataset:
18 timestamps: list[str]
19 close: list[float]
20 model_probabilities: list[float]
21 model_sides: list[float]
22 asset_prices: list[list[float]]
23 asset_names: list[str]
24
25
26def research_run_manifest(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected