/CEE

Causal Effect Engine is a Golang package for causal inference

Primary LanguageGoMIT LicenseMIT

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.