Influenza outbreak event prediction via Twitter
Social Media and Networking
Tags and Keywords
Trusted By




"No reviews yet"
Free
About
By identifying influenza-related tweets, the goal is to forecast the spatiotemporal patterns of influenza outbreaks for different locations and dates.
The data is from the United States. The data comes from different states under different weeks. For each week, the task is to predict whether or not there is an influenza outbreak on the next date. More specifically, for influenza activity, there are four levels of flu activities from minimal to high according to CDC Flu Activity Map. An influenza outbreak occurrence is indicated if the activity level is high.
Variable Information
The input of the prediction task is the set of the keyword counts for all the tweets in a state in a week. The output is the occurrence of influenza outbreak for the specific state in the next week, which is zero if no event in the next week; or one, otherwise. Here are the briefs of all the variables:
'flu_locations': a list of states.
'flu_keywords': keyword list.
'flu_X_': input data for all the locations and all the weeks. 'flu_Y_': output data for all the locations and all the weeks.
525 keywords specified in the variable 'flu_keywords' in the data
License
CC-BY
Original Data Source:Influenza outbreak event prediction via Twitter