Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IDF transforms #4

Open
rth opened this issue Nov 26, 2018 · 0 comments
Open

Implement IDF transforms #4

rth opened this issue Nov 26, 2018 · 0 comments
Labels
new feature This doesn't seem right

Comments

@rth
Copy link
Owner

rth commented Nov 26, 2018

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 rth added new feature This doesn't seem right and removed enhancement labels Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant