Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 356 Bytes

CEE - Causal Effect Engine

INTRO

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.

USAGE

go run cee.go [json_file_path]

for example

go run cee.go examples/kuroki.json

DOC

Documentations will be updated soon.