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

How to save the results #78

Open
justdoit456258 opened this issue Nov 8, 2023 · 2 comments
Open

How to save the results #78

justdoit456258 opened this issue Nov 8, 2023 · 2 comments

Comments

@justdoit456258
Copy link

Hi @WillianFuks

Question one:I want to save daily predictions to calculate daily increments. Please help me how to save the daily results.

Question two:The time for my inputting data is only from June to October, but the plot is complete from June to December. The X-axis automatically fills the time series. The fluctuation of the curve looks unclear. How can I modify the settings of the x-axis and y-axis to look like Figure 2?
Picture one:

image

Picture two:
image

@WillianFuks
Copy link
Owner

Hi @justdoit456258 ,

  1. Currently there's no way to save the predictions. Not sure if this would be necessary though. You could use the ci object to take the predictions for each day and work with those (notice that each day predicted follows a Kalman-Filter algorithm that keeps updating a latent space based set of variables so each new prediction is just the continuation of the filtering process going on). Please refer to the official docs for some possibilities on this approach.

  2. The predicted plot doesn't seem to be in accordance to your input data. Something seems to be wrong there but it's hard to tell what happened. Maybe it's the units of the observed that is too big (shouldn't be a problem a prior). Could you share the data you are using (or something equivalent so I can test locally?) Also, could you share the code you are using to implement the fitting process?

@justdoit456258
Copy link
Author

Hi @WillianFuks ,
Thank you for your reply!
The attachment file is my input data.You can use it to test.The predicted time period is 2021-09-01 to 2021-10-06.
I look forward to seeing the performance of your model.
justdoit_22-23data.csv

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

2 participants