Created
March 3, 2019 16:02
-
-
Save jordan-gillard/5c374c152ba5a5de67b4e32ea527b2b3 to your computer and use it in GitHub Desktop.
Apriori Dataset for Medium Blog
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
data = { | |
'T100': ['M', 'O', 'N', 'K', 'E', 'Y'], | |
'T200': ['D', 'O', 'N', 'K', 'E', 'Y'], | |
'T300': ['M', 'A', 'K', 'E'], | |
'T400': ['M', 'U', 'C', 'K', 'Y'], | |
'T500': ['C', 'O', 'O', 'K', 'E', 'Y'] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment