You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains python code written by the user to implement scenario specific features
12
13
such as:
13
14
1. Custom Estimators
14
15
2. Causal Variable specification
@@ -20,7 +21,8 @@ Use case specific information is also declared here such as the paths to the rel
20
21
21
22
causal_tests.json
22
23
-----------------
23
-
`examples/poisson/causal_tests.json` is the JSON file that allows for the easy specification of multiple causal tests.
24
+
`examples/poisson/causal_tests.json <https://github.com/CITCOM-project/CausalTestingFramework/blob/main/examples/poisson/causal_tests.json>`_ contains python code written by the user to implement scenario specific features
25
+
is the JSON file that allows for the easy specification of multiple causal tests.
24
26
Each test requires:
25
27
1. Test name
26
28
2. Mutations
@@ -35,11 +37,11 @@ Run Commands
35
37
------------
36
38
To run the JSON frontend example from the root directory of the project, use::
0 commit comments