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

Class _LinearModel

python/openquant/feature_diagnostics.py:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15@dataclass(frozen=True)
16class _LinearModel:
17 coeffs: list[float]
18 intercept: float
19
20
21def _as_matrix(x: Sequence[Sequence[float]]) -> list[list[float]]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected