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

Using prophet 1.1.4 (python), is it possible to get "adapt_delta" passed down to stan as part of the "fit" call? #2579

Open
nowherenearithaca opened this issue May 7, 2024 · 0 comments

Comments

@nowherenearithaca
Copy link

nowherenearithaca commented May 7, 2024

Hopefully something ditzy here.

Using prophet 1.1.4, is it possible to get "adapt_delta" passed down to stan as part of the "fit" call (btw, using mcmc_samples=1000)?

I've tried various permutations passing stuff based on looking at the source (kwargs) and things don't seem to make it.

For example, it complains that "fit() takes 2 positional arguments but 3 were given" when trying something like this:

m.fit(training_data, {"seed":SEED , "adapt_delta": 0.95})

Thanks!

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