-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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 ?
diffxpy/diffxpy/testing/tests.py
Lines 160 to 163 in 7609ea9
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) |
Metadata
Metadata
Assignees
Labels
No labels