-
Notifications
You must be signed in to change notification settings - Fork 31
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
keep the rownames #81
Comments
@jwijffels the only reason the row names were dropped was because I honestly never thought about it until you opened the issue. Thank you for reporting this. The current |
Thanks for the quick fixes already. What about adding some extra check to make sure the rownames are the same, namely at Line 2166 in 0ad9eda
|
@jwijffels I can add that (or something like it), although it could be a bit of an obscure corner case: Have you had a situation where you wanted to use |
I just wanted to avoid the warning message in the news file. My use cases will be mainly using uwot::umap passing on an embedding matrix with rownames and returning the model, and subsequently applying umap_transform with the model on a new set of embedding matrices containing different rownames. I think that flow is enough covered by the changes you made. Thanks again! |
Let me close this. Thanks for the fixes. |
Thanks @jwijffels. There are a lot of possible combinations of types of data that can be passed into |
I saw that when inspecting the code :) |
I'm using the package here https://github.com/bnosac/ETM and here https://github.com/bnosac/word2vec for NLP purposes.
It would be great if the rownames could be kept. Is there a reason why they are dropped?
The text was updated successfully, but these errors were encountered: