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

Add dimensionality reduction #65

Open
GoelBiju opened this issue Jul 22, 2021 · 1 comment
Open

Add dimensionality reduction #65

GoelBiju opened this issue Jul 22, 2021 · 1 comment
Labels
MVP Part of the minimum viable product (MVP) question Further information is requested

Comments

@GoelBiju
Copy link
Owner

Description:

Allow for PCA/MDS (multidimensional scaling); possible in JavaScript or Python.

@GoelBiju GoelBiju added the question Further information is requested label Jul 22, 2021
@GoelBiju GoelBiju changed the title Allow for PCA/MDS Add dimensionality reduction Dec 2, 2021
@GoelBiju
Copy link
Owner Author

GoelBiju commented Dec 2, 2021

Description:

Allow for PCA/MDS (multidimensional scaling); possible in JavaScript or Python.

Preferably we want to implement PCA for the incoming data. It could be possible that we do this on the backend where we can use other libraries e.g. PCA in scikit-learn.

@GoelBiju GoelBiju added the MVP Part of the minimum viable product (MVP) label Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVP Part of the minimum viable product (MVP) question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant