Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 03:37
Show Gist options
  • Save eustin/e93f747877b4823ffadee9d6b7c24ace to your computer and use it in GitHub Desktop.
Save eustin/e93f747877b4823ffadee9d6b7c24ace to your computer and use it in GitHub Desktop.
scores_dict = {x: np.random.randn(1)[0] for x in ['shirt', 'pants', 'dress']}
print(scores_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment