You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Picture two:
The text was updated successfully, but these errors were encountered:
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.
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?
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
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:
Picture two:
![image](https://private-user-images.githubusercontent.com/29531977/281338014-22c0fa51-dd87-4509-9ce2-08d771da361f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDA0NjksIm5iZiI6MTczODkwMDE2OSwicGF0aCI6Ii8yOTUzMTk3Ny8yODEzMzgwMTQtMjJjMGZhNTEtZGQ4Ny00NTA5LTljZTItMDhkNzcxZGEzNjFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAzNDkyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE5YjYwOTI1Y2M4MGQwZDI0NTI3Njk4YjAyODc4ZWY1ZTBhZDIzNTA5MTllMGI5OWFiMjA3OTc1ZTUxNTFhYjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-8wdA3QlD5FKIP5tta8msgQe4hIHi-cwLVPSezQeaC0)
The text was updated successfully, but these errors were encountered: