MCPcopy
hub / github.com/facebook/prophet / ModelParams

Class ModelParams

python/prophet/models.py:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43@dataclass
44class ModelParams:
45 k: float
46 m: float
47 delta: Sequence[float] # length S
48 beta: Sequence[float] # length K
49 sigma_obs: float
50
51
52class IStanBackend(ABC):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…