Skip to content

Predicting H1N1 and seasonal flu vaccinations using survey data. Includes data preprocessing, exploratory data analysis (EDA), model experimentation, and evaluation of multilabel classification approaches.

Notifications You must be signed in to change notification settings

SERGI0HERREROS/MachineLearning-Task-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MachineLearning 24-25

Repository for the practices of the subject Machine Learning

🤗 Authors

Name Github user
Sergio Herreros Fernández @SergioHerreros
Francisco Javier Luna Ortiz @Lunao01
Carlos Romero Navarro @KarManiatic
Tatsiana Shelepen @Naschkatzee

🎯 Problem description

Flu Shot Learning: Predict H1N1 and Seasonal Flu Vaccines. Can you predict whether people got H1N1 and seasonal flu vaccines using information they shared about their backgrounds, opinions, and health behaviors?

In this challenge, we will take a look at vaccination, a key public health measure used to fight infectious diseases. Vaccines provide immunization for individuals, and enough immunization in a community can further reduce the spread of diseases through "herd immunity."

As of the launch of this competition, vaccines for the COVID-19 virus are still under development and not yet available. The competition will instead revisit the public health response to a different recent major respiratory disease pandemic. Beginning in spring 2009, a pandemic caused by the H1N1 influenza virus, colloquially named "swine flu," swept across the world. Researchers estimate that in the first year, it was responsible for between 151,000 to 575,000 deaths globally.

A vaccine for the H1N1 flu virus became publicly available in October 2009. In late 2009 and early 2010, the United States conducted the National 2009 H1N1 Flu Survey. This phone survey asked respondents whether they had received the H1N1 and seasonal flu vaccines, in conjunction with questions about themselves. These additional questions covered their social, economic, and demographic background, opinions on risks of illness and vaccine effectiveness, and behaviors towards mitigating transmission. A better understanding of how these characteristics are associated with personal vaccination patterns can provide guidance for future public health efforts.



🚩 Labels

For this competition, there are two target variables:

h1n1_vaccine - Whether respondent received H1N1 flu vaccine. seasonal_vaccine - Whether respondent received seasonal flu vaccine. Both are binary variables: 0 = No; 1 = Yes. Some respondents didn't get either vaccine, others got only one, and some got both. This is formulated as a multilabel (and not multiclass) problem.

🗒️ Features

You are provided a dataset with 36 columns. The first column respondent_id is a unique and random identifier. The remaining 35 features are described below.

  • For all binary variables: 0 = No; 1 = Yes.

The entire list of features is found in the competition description! https://www.drivendata.org/

About

Predicting H1N1 and seasonal flu vaccinations using survey data. Includes data preprocessing, exploratory data analysis (EDA), model experimentation, and evaluation of multilabel classification approaches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •