Skip to content

find_MAP appends _log__ or _interval__ to variable names #2545

@michaelosthege

Description

@michaelosthege

I have a model that uses Lognormal and Uniform priors and if I do a pymc3.find_MAP(), the resulting dictionary has different variable keys than the names of the prior RVs.

I did observe that Lognormal priors will end up with a _log__ suffix and Uniform priors get _interval__

I searched both the GitHub repo and the documentation, but there is no mention in either of them.

Where does this suffix come from? Is it safe to just replace("_log__", "")?

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