You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been using genieclust for some of my work recently, and absolutely love the efficiency of it - 10K rows and 10K columns, clustered in ~20 seconds, works fantastic. I wanted to try assessing the best number of clusters in my data, and the docs mention all the different indices to do that (Calinski-Harabasz, Silhouette etc), but for some reason I cannot run/see their respective functions in my Python install. In fact, it looks like the entire cluster_validity submodule is missing/hidden on my machine.
I use Python 3.11.4, and tried genieclust v1.1.3, v1.1.4 as well as a direct github install of the latest dev version (v1.1.4.9001), with the same result. Any help or at least clarity on why that would be happening? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
lm-jkominek
changed the title
cluster_validity module in python missing
cluster_validity submodule in python missing
Sep 18, 2023
Hi, I've been using genieclust for some of my work recently, and absolutely love the efficiency of it - 10K rows and 10K columns, clustered in ~20 seconds, works fantastic. I wanted to try assessing the best number of clusters in my data, and the docs mention all the different indices to do that (Calinski-Harabasz, Silhouette etc), but for some reason I cannot run/see their respective functions in my Python install. In fact, it looks like the entire cluster_validity submodule is missing/hidden on my machine.
I use Python 3.11.4, and tried genieclust v1.1.3, v1.1.4 as well as a direct github install of the latest dev version (v1.1.4.9001), with the same result. Any help or at least clarity on why that would be happening? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: