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

How to combine UMAP models in new data? #1088

Open
tauming opened this issue Jan 15, 2024 · 0 comments
Open

How to combine UMAP models in new data? #1088

tauming opened this issue Jan 15, 2024 · 0 comments

Comments

@tauming
Copy link

tauming commented Jan 15, 2024

Hi,

I conducted dimension reduction using 2 separate UMAP models (one for numeric data, and one for categorical data). I then combined the 2 models using the "union_intersection_mapper" approach (https://umap-learn.readthedocs.io/en/latest/composing_models.html), to produce the final embedding matrix

When I have a new set of data, how do I use the "transform" function to predict the final embedding matrix? I can use the transform function for the 2 models separately, but I cannot merge the 2 models together (in the new data).

Thanks

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

1 participant