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

Sparse vectors? #102

Open
Hydrotoast opened this issue Nov 16, 2016 · 1 comment
Open

Sparse vectors? #102

Hydrotoast opened this issue Nov 16, 2016 · 1 comment

Comments

@Hydrotoast
Copy link

Hi,

Is there support for sparse vectors using this library? For example, I may want to construct a distributed, sparse rating matrix consisting of (num_users, num_items) which represents the set of items that each user has rated.

I would like to perform row-wise operations on this without representing the entire num_items dense vector.

@jwittenbach
Copy link
Contributor

@Hydrotoast This is something that we have considered and think would be great, but we have not had the time to try implementing yet. It's good to know that it would be useful to others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants