Created
April 28, 2020 19:22
-
-
Save aravindpai/556ea4a509eb493155d45babde79130b to your computer and use it in GitHub Desktop.
This file contains 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 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