Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created April 28, 2020 19:22
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 aravindpai/556ea4a509eb493155d45babde79130b to your computer and use it in GitHub Desktop.
Save aravindpai/556ea4a509eb493155d45babde79130b to your computer and use it in GitHub Desktop.
from tqdm import tqdm
thresh=100
_ = [find_closest_people(names[i],thresh) for i in tqdm(range(len(names))) ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment