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

svd_dimensions in VectorSpaceClusterer is broken again. #2339

Open
BernierCR opened this issue Jul 17, 2019 · 0 comments
Open

svd_dimensions in VectorSpaceClusterer is broken again. #2339

BernierCR opened this issue Jul 17, 2019 · 0 comments
Labels

Comments

@BernierCR
Copy link

So I would like to try using svd_dimensions in KMeansCluster. So you set it to what you want when you instantiate the class. Then, when you run kclusterer.cluster, it's supposed to pick up that setting and apply it to your input.

But then it complains about mismatched dimensions, so it must not be doing that part correctly.

Exception has occurred: ValueError
shapes (500,1124) and (500,) not aligned: 1124 (dim 1) != 500 (dim 0)

Any idea what's going on? I have 1124 dimensions, so SVD would be helpful.

Thanks

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

2 participants