-
Notifications
You must be signed in to change notification settings - Fork 37
log probability interface for post-inference analysis #438
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
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Just so I'm following here, what's the difference between this PR and #437 ? |
@torfjelde Thanks for following up. It's the same thing but this one is purely codes and aims to be the new API for |
yebai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @YongchaoHuang -- I left some minor comments below. In addition, can you move all helper functions for tests to the beginning of the model.jl file.
Co-authored-by: Hong Ge <[email protected]>
Yes, all helper functions have been moved to |
Co-authored-by: Hong Ge <[email protected]>
Co-authored-by: Hong Ge <[email protected]>
Co-authored-by: Hong Ge <[email protected]>
…in_mat` can be generated.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
This PR depends on #481 |
|
@YongchaoHuang I have merged #481 into master. Do you want to remove your copy-and-pasted code so this PR can be merged? |
|
If no one objects, I'll merge this PR in the next day or two. |
Many thanks. I am looking into it now. |
|
@torfjelde @yebai Maybe it's ready to merge? |
|
Let's get this PR merged. The code is self-contained and only adds a new feature. Further improvements can be introduced via separate PRs. Thanks @YongchaoHuang for the work, and @torfjelde @devmotion for the reviews. |
extended methods for
logprior,loglikelihood,logposteriorfor chains.Close #450