Baselight

Influenza Outbreak Event Prediction Via Twitter

The goal is to forecast the spatiotemporal patterns of influenza outbreaks

@kaggle.joebeachcapital_influenza_outbreak_event_prediction_via_twitter

Loading...
Loading...

About this Dataset

Influenza Outbreak Event Prediction Via Twitter

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

Tables

Influenza Outbreak Dataset

@kaggle.joebeachcapital_influenza_outbreak_event_prediction_via_twitter.influenza_outbreak_dataset
  • 51.87 KB
  • 525 rows
  • 7 columns
Loading...

CREATE TABLE influenza_outbreak_dataset (
  "unnamed_0" BIGINT,
  "flu_x_tr" VARCHAR,
  "flu_y_tr" VARCHAR,
  "flu_x_te" VARCHAR,
  "flu_y_te" VARCHAR,
  "flu_locs" VARCHAR,
  "flu_keywords" VARCHAR
);

Share link

Anyone who has the link will be able to view this.