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
#prediction.py
def prediction(prediction_date=None, type='CASE', ground_truth=True):
'''
1 week predictions
prediction_date is the date at which prediction is made. If set to None it is current time
type can be 'CASE' or 'DEATH'
ground truth prints the latest available numbers to the prediction_date.
'''
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: