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 matrices support? #85

Open
dselivanov opened this issue Sep 22, 2015 · 3 comments
Open

sparse matrices support? #85

dselivanov opened this issue Sep 22, 2015 · 3 comments
Labels

Comments

@dselivanov
Copy link

I want to try sgd package - seems it provides a lot of options and must-have features. But why it didn't work with sparse matrices (Matrix package, especially dgCMatrix class, as it default for R usage)? Working with sparse matrices is a core functionality for working with any large-scale problems. Or mb I missed something?

@dustinvtran
Copy link
Member

Good question! The only reason is because it hasn't been implemented yet. :) For the current work, we were only considering dense matrices for various simulation studies; of course, in practice it would be incredibly helpful to get sparse matrix support. I'd like to work on this eventually. Feel free to submit a pull request if you'd like to yourself.

@dselivanov
Copy link
Author

Thank you for quick response, I'll happy to contribute in future.
PS Also I found your blog very interesting!

@ptoulis
Copy link
Contributor

ptoulis commented Sep 22, 2015

This is a great point. Eventually we will work on supporting sparse data formats is a priority,
as well as parallelization.

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

No branches or pull requests

3 participants