Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jordan-gillard/5c374c152ba5a5de67b4e32ea527b2b3 to your computer and use it in GitHub Desktop.
Save jordan-gillard/5c374c152ba5a5de67b4e32ea527b2b3 to your computer and use it in GitHub Desktop.
Apriori Dataset for Medium Blog
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