Created
June 8, 2020 03:37
-
-
Save eustin/e93f747877b4823ffadee9d6b7c24ace to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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