What are the factors that are important to determine whether a person gets vaccinated.

An Exploration of the Factors that Determine Flu Vaccine Uptake

This is a capstone project for Data Science/Machine Learning

Basically I need to use 3 articles from kaggle. They are listed down below:
https://www.kaggle.com/darkknight98/flu-shot-prediction
https://www.kaggle.com/broach/california-kindergarten-immunization-rates
https://www.kaggle.com/arashnic/flu-data

Write a paper predicting whether someone gets vaccinated or not and also determine what are the factors that are important to determine whether a person gets vaccinated

Professors notes: All three are related interesting questions. Looks like the data and code is already there on Kaggle and other places to answer these questions. What I would suggest is, title your capstone as “An Exploration of the Factors that Determine Flu Vaccine Uptake”.Only predict whether someone gets vaccinated or not, but also determine what are the factors that are important to determine whether a person gets vaccinated.

Use a combination of all three datasets to the extent possible to try to answer this question. Run a variable importance analysis and also just a simple regression analysis to see which variables are statistically significant. Since a lot of code is already out there.