This project predicts the MBTI personality type of people based on their posts on PersonalityCafe forum. The dataset has been taken from Kaggle .
MBTI (Myers–Briggs Type Indicator) is one of the frameworks for grouping people in various personality types. Its theory is based on the work of famous psychiatrist Carl Jung. It categorises each person in one of the 16 types which are based on the combinations of 4 pairs of preferences as given below:
Introversion (I) - Extraversion (E)
Intuition (N) - Sensing (S)
Thinking (T) - Feeling (F)
Judging (J) - Perceiving (P)
All the 16 types can be seen in the image above.
Following files are present in this repository:
mbti_1.csv contains posts of people and their personality. MBTI - Preparing Data.ipynb is python code for cleaning posts and calculating new columns. mbti_cleaned_dataset.csv contains original and cleaned posts alongwith new engineered columns. Predicting MBTI Personality.ipynb finally consists of code for predicting personality type.
