Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/78cb5d4793c509ed0b8627841b114063 to your computer and use it in GitHub Desktop.
Save amankharwal/78cb5d4793c509ed0b8627841b114063 to your computer and use it in GitHub Desktop.
model = neighbors.NearestNeighbors(n_neighbors=6, algorithm='ball_tree')
model.fit(features)
dist, idlist = model.kneighbors(features)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment