We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way for bambi to throw an error if there are entries in the priors dict passed to bmb.Model that are not assigned to any term?
bambi
priors
bmb.Model
The text was updated successfully, but these errors were encountered:
@digicosmos86 sorry for the delay in the response. It it not possible at the moment, unused priors are just omitted.
I think there could be a config variable in our configuration https://github.com/bambinos/bambi/blob/main/bambi/config.py to control it.
Sorry, something went wrong.
No branches or pull requests
Is there a way for
bambi
to throw an error if there are entries in thepriors
dict passed tobmb.Model
that are not assigned to any term?The text was updated successfully, but these errors were encountered: