Kaggle Challenge
Given training and testing datasets, the challenge is to train a model to predict whether a user will give consent to data collection (1) or not (0), generating the prediction as a probability from 0-1. I used the sklearn and tensorflow libraries to perform hyperparameter tuning and model training.