Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
16
class
_LinearModel:
17
coeffs: list[float]
18
intercept: float
19
20
21
def
_as_matrix(x: Sequence[Sequence[float]]) -> list[list[float]]:
Callers
1
_fit_linear_probability_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected