Skip to content

Investigate Removing .params #148

Open
@ilan-gold

Description

@ilan-gold

We should look into removing params as it is causing issues and is not necessary. If one needs the concatenation of the fitted parameters, then that should be a feature and not the default.

Specifically, the ModelContainer has setters for theta_location theta_scale that are quite slow because of having to update one .params dask array which is then recreated.

This should allow for theta_scale and theta_location to be optional (i.e for Poisson models)

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