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

Incorrect operation of keyword_cluster() function #271

Open
prasadtalasila opened this issue Feb 19, 2018 · 0 comments
Open

Incorrect operation of keyword_cluster() function #271

prasadtalasila opened this issue Feb 19, 2018 · 0 comments

Comments

@prasadtalasila
Copy link
Owner

prasadtalasila commented Feb 19, 2018

TruncatedSVD

  • the doc specifies that the argument n_features should be strictly greater than n_components .
  • But the n_components argument is hardcoded to 100. This causes the function to fail for small data sets where the number of features is less than or equal to 100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Refactor
  
To do
Development

No branches or pull requests

2 participants