Causal Effect Engine is a Golang package for causal inference
Please visit this site for a visual interface to create a causal graph as the input for CEE.
go run cee.go [json_file_path]
for example
go run cee.go examples/kuroki.json
Documentations will be updated soon.