Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/prophet
/ sampling
Method
sampling
python/prophet/models.py:88–89 ·
view source on GitHub ↗
(self, stan_init, stan_data, samples, **kwargs)
Source
from the content-addressed store, hash-verified
86
87
@abstractmethod
88
def
sampling(self, stan_init, stan_data, samples, **kwargs) -> dict:
89
pass
90
91
92
class
CmdStanPyBackend(IStanBackend):
Callers
1
fit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected