Closed shuvayan closed 4 months ago
Hi @shuvayan Thanks for reporting. That is a bug with a change from two weeks ago: https://github.com/pymc-devs/pymc/commit/7bb5d057bf392865543943656d925de5dcee0e93
Would you be able to make a PR? I'd suggest not using keyword arg so we can support previous versions
If you need a quick fix, I would restrict the PyMC version to the release before this linked commit
Hi @wd60622 ,
I don't have any experience in creating PR's./ If you could guide me I will give it a try!
@shuvayan One of the best and most complete guides I have seen is https://www.sktime.net/en/stable/developer_guide/git_workflow.html. They have a step-by-step guide to creating PRs. Let us know if you need some help :)
@shuvayan One of the best and most complete guides I have seen is https://www.sktime.net/en/stable/developer_guide/git_workflow.html. They have a step-by-step guide to creating PRs. Let us know if you need some help :)
Very nice walkthrough. If you run into any issues, let us know!
Okay, So we need to make changes to the tvp.py file within the mmm folder using the changes in https://github.com/pymc-devs/pymc/commit/7bb5d057bf392865543943656d925de5dcee0e93 Let me know if my understanding is correct.
Okay,
So we need to make changes to the tvp.py file within the mmm folder using the changes in
https://github.com/pymc-devs/pymc/commit/7bb5d057bf392865543943656d925de5dcee0e93
Let me know if my understanding is correct.
Yes, sounds right to me. Make some edits, push up and start PR, and we can give some feedback
Hello @wd60622 ,
I have made the changes in tvp.py locally and I think it is working fine with the updated pymc version too. Just that I see a lot of divergences during the model training. Can you please take a look at the attached pdf and let me know if I am missing something.
If not, I will push the PR with the changes. pymc_tvp_ipynb.pdf
Hello @wd60622 ,
I have made the changes in tvp.py locally and I think it is working fine with the updated pymc version too. Just that I see a lot of divergences during the model training. Can you please take a look at the attached pdf and let me know if I am missing something.
If not, I will push the PR with the changes. pymc_tvp_ipynb.pdf
Hi @shuvayan. Just push up the changes that you have tried out! We can review with a PR
Hello ,
I am trying to use the time varying intercept feature while defining the model config , but it leads to an error (which was not there yesterday). Below are the model definitions and configurations:
However, it throws up the below error: