CustomEmailClassifier
Classifier to classify emails into 6 different categories such as promotional, campus events etc.
For running parser,download the mbox to same directory and then use command:-
python mboxParser.py <file_name>.mbox
After generating the csv file, kindly refer to classifier ipynb notebook for further details (preprocessing and training).