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

using numpy.linalg.svd instead scipy #7

Closed
wants to merge 1 commit into from

Conversation

baali
Copy link

@baali baali commented Jan 17, 2014

Hello,

There is SVD implementation in numpy.linalg (http://docs.scipy.org/doc/numpy/reference/generated/numpy.linalg.svd.html) too which can serve the purpose for the LSA algorithm. I was recently trying to setup scipy on an aws image and was having hard time fixing issues with dependencies, whereas getting numpy to work has been a relatively easier process.

Shantanu

@ghost ghost assigned miso-belica Jan 17, 2014
@miso-belica
Copy link
Owner

Thanks a lot :)

@baali
Copy link
Author

baali commented Jan 18, 2014

Glad I could help :)

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

Successfully merging this pull request may close these issues.

2 participants