Metadata-Version: 2.1
Name: fast-causal-inference
Version: 2.0.32
Summary: fast causal inference package
Home-page: 
Author: ['bearlyhuang', 'fhbai', 'broccozhang']
License: Apache License 2.0
Platform: all
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: clickhouse-driver
Requires-Dist: pyDes
Requires-Dist: murmurhash3
Requires-Dist: seaborn
Requires-Dist: requests
Requires-Dist: graphviz
Requires-Dist: statsmodels
Requires-Dist: pyyaml
Requires-Dist: py4j (>=0.10.9)
Requires-Dist: scikit-Learn

causal inference package.
contain ols, ttest, delta-method etc...

install:
yum install -y libjpeg-devel
yum install python3-devel -y
yum install python-devel -y
yum install postgresql-devel* -y
yum install gcc-c++ -y

pip3.6 install requests
