Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to run umap with n_components = 1 #6
Comments
|
Yes, it was along those lines. Thank you for reporting this. Should be fixed now. |
Hello!
I'm having some trouble running UMAP with one dimension due to an error that pops up saying
I'm assuming that this is because the data being passed into the function is an atomic vector rather than a matrix due to it being one dimension? Perhaps this would be solved by using something like drop = FALSE or something similar?
Thank you.