Your Goal: Your objective is to predict whether a person is an Introvert or Extrovert, given their social behavior and personality traits.
The dataset for this competition (both train and test) was generated from a deep learning model trained on the Extrovert vs. Introvert Behavior dataset. Feature distributions are close to, but not exactly the same, as the original. Feel free to use the original dataset as part of this competition, both to explore differences as well as to see whether incorporating the original in training improves model performance.
train.csv - the training dataset; Personality is the categorical target
test.csv - the test dataset; your objective is to predict the Personality for each row