Skip to content
New issue

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

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

Already on GitHub? # to your account

How to use pydlm trained model from a dataset on a new test dataset #32

Open
XinLi1202 opened this issue Aug 20, 2018 · 0 comments
Open

Comments

@XinLi1202
Copy link

I generated a dlm model using pydlm method. How can I apply this model to do the prediction of a new dataset?

from pydlm import dlm, trend, seasonality, dynamic, autoReg, longSeason
myDLM = dlm(dataset1)
myDLM.add(trend(degree=0, discount=0.99, name='trend2'))
filter = myDLM.predict (new dataset) ??

Thank you!

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

No branches or pull requests

1 participant