Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

programming language for prophet.stan in python #1842

Closed
yezhengli-Mr9 opened this issue Mar 12, 2021 · 1 comment
Closed

programming language for prophet.stan in python #1842

yezhengli-Mr9 opened this issue Mar 12, 2021 · 1 comment

Comments

@yezhengli-Mr9
Copy link

yezhengli-Mr9 commented Mar 12, 2021

Hi, @ryankarlos, @bletham
I personally interested in python/stan/unix/prophet.stan because it is loaded in (https://github.com/facebook/prophet/blob/master/python/fbprophet/models.py#L287):

def load_model(self):
"""Load compiled Stan model"""
model_file = pkg_resources.resource_filename(
'fbprophet',
'stan_model/prophet_model.pkl',
)
with Path(model_file).open('rb') as f:
return pickle.load(f)
according to #1466, #501, #340. According to #501, python/stan/unix/prophet.stan might be used for both python and R.

Consequentially, I am interested in the programming language for python/stan/unix/prophet.stan? Seemingly not via c++, R, Python, etc.

Thanks,
Yezheng

@yezhengli-Mr9
Copy link
Author

OK, it should be pystan with example here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant