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

using noise_model other than NB #228

Open
j-bac opened this issue Mar 30, 2024 · 0 comments
Open

using noise_model other than NB #228

j-bac opened this issue Mar 30, 2024 · 0 comments

Comments

@j-bac
Copy link

j-bac commented Mar 30, 2024

It doesn't seem possible currently to use noise_models other than NB, yet these should be implemented in batchGLM ? Could this feature be added ?

if noise_model == "nb" or noise_model == "negative_binomial":
from batchglm.api.models.numpy.glm_nb import Estimator, InputDataGLM
else:
raise ValueError('noise_model="%s" not recognized.' % noise_model)

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

1 participant