vtext icon indicating copy to clipboard operation
vtext copied to clipboard

Implement IDF transforms

Open rth opened this issue 6 years ago • 0 comments

It would be necessary to implement IDF transforms, and possibly expose a TfidfVectorizer estimator.

This requires selecting a sparse array library. For now, we use custom CSRArray structs to represent CSR arrays. https://github.com/vbarrielle/sprs is a good candidate but this needs more investigation in any case.

rth avatar Nov 26 '18 08:11 rth