Skip to content

using noise_model other than NB #228

@j-bac

Description

@j-bac

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions