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 simplicial_set_embedding to umap #278

Merged
merged 4 commits into from
Oct 21, 2024
Merged

add simplicial_set_embedding to umap #278

merged 4 commits into from
Oct 21, 2024

Conversation

Intron7
Copy link
Member

@Intron7 Intron7 commented Oct 17, 2024

@Intron7 Intron7 requested a review from flying-sheep October 17, 2024 12:04
knn_dist = neighbors["distances"].data.reshape(n_obs, n_neighbors)
knn_indices = neighbors["distances"].indices.reshape(n_obs, n_neighbors)
pre_knn = (knn_indices, knn_dist)
if parse_version(cuml.__version__) < parse_version("24.10"):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the import above works in lower versions, but you only use it in higher versions? Why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you mean with that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh now i understand the function is bugged in older rapids versions

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment explaining this please!

@Intron7 Intron7 added the run-gpu-ci runs GPU CI label Oct 18, 2024
@Intron7 Intron7 requested a review from flying-sheep October 21, 2024 13:10
@Intron7 Intron7 merged commit 3f11a28 into main Oct 21, 2024
8 checks passed
@Intron7 Intron7 deleted the umap-update branch October 21, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-gpu-ci runs GPU CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants