bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Try using tries to store DictVectorizer and Count/TfidfVectorizer vocabularies

Open marco-c opened this issue 6 years ago • 1 comments

This should reduce memory usage. See also https://github.com/scikit-learn/scikit-learn/issues/2639.

marco-c avatar Sep 18 '19 22:09 marco-c

we can use pygtrie library here.

anirban-oss avatar Mar 23 '23 21:03 anirban-oss