louismartin / email-classification-challenge

Altegard challenge in collaboration w/ Linagora
https://inclass.kaggle.com/c/master-data-science-mva-data-competition-2017
2 stars 1 forks source link

Test to see if recipient is actually an email #6

Open zaccharieramzi opened 7 years ago

zaccharieramzi commented 7 years ago

A lot of emails are wrong due to data mishandling. For now, to check if a recipient is indeed an email address, we just check if it has "@" in it. However, I know that there are complicated and more efficient email address checker out there. We should try to use those.

zaccharieramzi commented 7 years ago

Recipient examples that might need some fixing:

louismartin commented 7 years ago

murray.o neil@enron.com should be interpreted as murray.oneil@enron.com