Understanding the difference between sklearn’s HashingVectorizer and FeatureHasher
Well it looks like this may be my last post on natural language processing, or NLP, for a while because I have pretty much exhausted sklearn’s list of functions and classes that deal with this niche of machine learning. I have however discovered another library that covers NLP, so at some point I will be writing about that library as well. In this…