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 more dimensionality reduction techniques #36

Open
vince-lam opened this issue Feb 7, 2024 · 1 comment
Open

Add more dimensionality reduction techniques #36

vince-lam opened this issue Feb 7, 2024 · 1 comment

Comments

@vince-lam
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The package currently only applies UMAP dimensionality reduction. More dimensionality reduction techniques, like t-SNE and PCA, could be added to ragxplorer to improve functionality.

Describe the solution you'd like

Add t-SNE and PCA dimensionality reduction techniques to the package by updating the projections.py and ragxplorer.py scripts.

An additional parameter of dim_reduct will be added to the load_pdf and visualize_query methods. This parameter will have a default argument of UMAP and can also take t-SNE and PCA as inputs.

@dan-s-mueller
Copy link
Collaborator

Upvote to this feature!

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