-
Notifications
You must be signed in to change notification settings - Fork 88
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
Testcount forecasting #20
base: master
Are you sure you want to change the base?
Conversation
With the latest changes, the Also, a bug was fixed such that now the function can actually predict holiday-induced drops in testcounts. |
result : pandas.Series | ||
the date-indexed series of smoothed/predicted testcounts | ||
m : fbprophet.Prophet | ||
the phophet model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit small typo
This PR adds a module data_preprocessing.py which allows to forecast testcounts using fbprophet.
numpy.nan
Since the forecast can also be applied for historic data, it serves as a smoothing for anomalies (#8). For regions with delayed data publishing, it can be used to forecast the missing data.