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

Graph of words #23

Closed louismartin closed 7 years ago

louismartin commented 7 years ago

Implement Graph of words vectorizer with the scikit learn interface. It seems to perform at least as good as CountVectorizer but WAY WAY faster.

I am curious if it will improve the score with @zaccharieramzi 's model.