-
Notifications
You must be signed in to change notification settings - Fork 15
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
UMAP fit/transform approach #9
Comments
Probably not, I don't remember adding this. I would need to have a look at how uwot does it. Might be pretty simple if it's just a weighted average of neighbors; a PR would be welcome. |
Transforming a new point involves:
|
Oh but also be aware of jlmelville/uwot#103 which I have been unable to reproduce but may indicate a bug somewhere. |
Hi! @LTLA
I've been searching through the examples of your UMAP library and I was wondering if there is any option to use it in a fit/transform way similar to the UMAP library in python.
I mean, loading a dataset to compute the embeding and then using a transform method to transform new samples into the existing embedded space and get the transformed output.
Thank you so much!
The text was updated successfully, but these errors were encountered: