Skip to content

Instantly share code, notes, and snippets.

View jordan-gillard's full-sized avatar
💭
☕️:coffee::coffee::coffee::coffee::coffee::coffee::coffee::coffee::coffee:

Jordan Gillard jordan-gillard

💭
☕️:coffee::coffee::coffee::coffee::coffee::coffee::coffee::coffee::coffee:
  • Brooklyn, New York, USA
View GitHub Profile
@jordan-gillard
jordan-gillard / gist:5c374c152ba5a5de67b4e32ea527b2b3
Created March 3, 2019 16:02
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']
}