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

Whether this work supporting table data? #80

Closed
geometrylearner opened this issue Jun 15, 2020 · 2 comments
Closed

Whether this work supporting table data? #80

geometrylearner opened this issue Jun 15, 2020 · 2 comments

Comments

@geometrylearner
Copy link

I have test a sample by setting n_components=3 which followed error:

NotImplementedError: The current fit-tsne implementation does not support projection into dimensions other than 2 for now.

I wonder whether this algorithm improving the training on table data, if so?

@DavidMChan
Copy link
Member

The algorithm only supports projection into two dimensions, however will take as input an arbitrary number of dimensions. For 3D projections, see #71

@geometrylearner
Copy link
Author

geometrylearner commented Jul 30, 2020 via email

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