Skip to content

Instantly share code, notes, and snippets.

@tomasonjo
Created June 28, 2022 08:54
Show Gist options
  • Save tomasonjo/91fd2e2f2e0e27b2c801f9f519d7e40a to your computer and use it in GitHub Desktop.
Save tomasonjo/91fd2e2f2e0e27b2c801f9f519d7e40a to your computer and use it in GitHub Desktop.
kmeans_df = gds.alpha.kmeans.stream(
largestComponentGraph, nodeProperty="features", k=6, randomSeed=42
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment