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

Restructure log-likelihood import #22

Closed
gibsramen opened this issue Mar 31, 2021 · 0 comments · Fixed by #23
Closed

Restructure log-likelihood import #22

gibsramen opened this issue Mar 31, 2021 · 0 comments · Fixed by #23

Comments

@gibsramen
Copy link
Collaborator

Currently, BIRDMAn assumes that the log-likelihood values will be the same dimensions of the table. For the multinomial model, we are fitting each sample instead of each sample-feature, so there are only N log-likelihood values (x chain x draws). Need to to address in importing.

Best way is probably to modify *_fit_to_inference and add in model attributes so we can do this easier in the default models (related to #8 and #9).

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

Successfully merging a pull request may close this issue.

1 participant