Last active
August 30, 2019 23:48
-
-
Save mkyl/7ed1561ed62f7fd2917d31b2919513d9 to your computer and use it in GitHub Desktop.
causalog sample output
This file contains 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
{'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