Skip to content

Instantly share code, notes, and snippets.

@john-adeojo
Created March 30, 2023 23:32
Show Gist options
  • Save john-adeojo/d7e24fd02aa2403ab253f57a5d57d1e6 to your computer and use it in GitHub Desktop.
Save john-adeojo/d7e24fd02aa2403ab253f57a5d57d1e6 to your computer and use it in GitHub Desktop.
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