Created
March 30, 2023 23:32
-
-
Save john-adeojo/d7e24fd02aa2403ab253f57a5d57d1e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from scripts.clustering.cluster import ClusterAnalysis | |
# Run cluster analysis | |
ca = ClusterAnalysis(influence_metrics_final, n_neighbors=5, min_cluster_size=5, min_dist=0.09, metric='euclidean') | |
ca.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment