Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No predictions returned with Binary data #40

Open
logisticregress opened this issue Feb 20, 2020 · 0 comments
Open

No predictions returned with Binary data #40

logisticregress opened this issue Feb 20, 2020 · 0 comments

Comments

@logisticregress
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant