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

Issues with Leidenclustering #44

Closed
Intron7 opened this issue Aug 9, 2023 · 4 comments
Closed

Issues with Leidenclustering #44

Intron7 opened this issue Aug 9, 2023 · 4 comments
Labels
bug Something isn't working Rapids-Bug Bug within Rapids

Comments

@Intron7
Copy link
Member

Intron7 commented Aug 9, 2023

There is an issue with Leiden Clustering in cugraph version 23.06.

The issue has been reported rapidsai/cugraph#3749.

For the meantime please use rapids-23.04

@YH-Zheng
Copy link

Leiden clustering returned to normal after I created a new rapids-23.04 environment.

It greatly speeds up leiden clustering on large datasets, thanks for the great work!

@Intron7 Intron7 added bug Something isn't working Rapids-Bug Bug within Rapids labels Aug 10, 2023
@Intron7
Copy link
Member Author

Intron7 commented Aug 18, 2023

Rapids-23.08 still has this bug. If you need Leiden Clustering stay with Rapids-23.04

@Intron7 Intron7 mentioned this issue Sep 5, 2023
@Intron7
Copy link
Member Author

Intron7 commented Nov 21, 2023

I looks like leiden clustering will be fixed with rapids-23.12

@maestriev
Copy link

Just wanted to document another example of this leiden over-clustering. I used conda env create -f conda/rsc_rapids_24.02.yml which was in the installation instructions here. The following is comparing the results for ~300,000 cells.

Using the following rapids function:

rsc.tl.louvain(adata, resolution=0.6,key_added="louvain_0.6")
rsc.tl.louvain(adata, resolution=0.8,key_added="louvain_0.8")

Or the default:

sc.tl.louvain(adata, resolution=0.6,key_added="louvain_0.6_default")
sc.tl.louvain(adata, resolution=0.8,key_added="louvain_0.8_default")
Screenshot 2024-05-17 at 11 58 25 PM

I checked the above information and saw cugraph 24.02 and rapids 24.02. Looks like I will be trying with env create -f conda/rsc_rapids_24.04.yml tomorrow instead haha! So far the rest is working great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Rapids-Bug Bug within Rapids
Projects
None yet
Development

No branches or pull requests

3 participants