Skip to content

No predictions returned with Binary data #40

@logisticregress

Description

@logisticregress

Hello,
I'm attempting to using binary data in the PYDLM algorithm, similar to BSTS (R). The model fits, but it returns "nan" for predicted values. Does PyDLM not accept binary data?

my data is in the form:
y = [0,1,0,0,0,1,0,01,0,1,0,1,0,1....]

(predictMean, predictVar) = mydlm.predictN(N=3, date=mydlm.n-1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions