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

Getting an error #29

Closed
diogoalvesderesende opened this issue Sep 28, 2021 · 4 comments
Closed

Getting an error #29

diogoalvesderesende opened this issue Sep 28, 2021 · 4 comments

Comments

@diogoalvesderesende
Copy link

Hi!

I am getting the following error. The error also occurs in previous scripts that worked before.

AttributeError: module 'tensorflow_probability.python.sts' has no attribute 'regularize_series'

You can replicate it in the following link:
https://colab.research.google.com/drive/1YZtHDh01NIdU6DrCmGQT6abRF5Nzw5fL?usp=sharing

Let me know if there is something I can clarify.

Thanks,
Diogo

@WillianFuks
Copy link
Owner

Hi @diogoalvesderesende ,

Thanks for opening this issue. As it seems you upgraded tensorflow probability which solves this issue but then another one arose ("index not available").

I'm investigating what happened, hope to get back to you soon.

@WillianFuks
Copy link
Owner

Hi @diogoalvesderesende ,

Sorry for the delay, I just released a new code to fix this bug. It was caused due changes in the TFP API and your data ended up falling in a scenario that was not tested.

Could you please confirm everything is working now? In the Colab you mentioned I installed the newest tfcausalimpact version 0.0.8rc1 and it seems to be fine now.

Let me know how it goes and I'll release it officially then.

Thanks,

Will

@diogoalvesderesende
Copy link
Author

diogoalvesderesende commented Oct 1, 2021 via email

@WillianFuks
Copy link
Owner

Good to know :). If you find any issues please let me know.

As for the warnings, they are internal to tensorflow probability, unfortunately we didn't find a way to turn them off yet (it's totally fine to ignore them though).

Best,

Will

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

2 participants