Skip to content

Instantly share code, notes, and snippets.

@mkyl
Last active August 30, 2019 23:48
Show Gist options
  • Save mkyl/7ed1561ed62f7fd2917d31b2919513d9 to your computer and use it in GitHub Desktop.
Save mkyl/7ed1561ed62f7fd2917d31b2919513d9 to your computer and use it in GitHub Desktop.
causalog sample output
{'graph': {('grade', ('s', 'c')): {('gpa', ('c',)),
('level', ('c',)),
('tutoring', ('c',))},
('tutoring', ('c',)): {('level', ('c',)),
('phi_1', None)}},
'unfoldings': {'phi_1': (('seniority', ('p',)),
(('teaches', ('p', 'c')),
('rating', ('p',))))}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment