You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your codes. I notice that you use murmurhash3_32 to hash ngrams. What is the difference in speed compared with directly using TfidfVectorizer in sklearn?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your codes. I notice that you use
murmurhash3_32
to hash ngrams. What is the difference in speed compared with directly usingTfidfVectorizer
insklearn
?The text was updated successfully, but these errors were encountered: