Ai
1 Star 0 Fork 1

Owen/Python-causalml

forked from 连享会/Python-causalml 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
const.py 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
ppstacy 提交于 2020-07-18 06:54 +08:00 . Sensitivity test code (#212)
RANDOM_SEED = 42
N_SAMPLE = 1000
ERROR_THRESHOLD = .5
NUM_FEATURES = 6
TREATMENT_COL = 'treatment'
SCORE_COL = 'score'
GROUP_COL = 'group'
OUTCOME_COL = 'outcome'
CONTROL_NAME = 'control'
TREATMENT_NAMES = [CONTROL_NAME, 'treatment1', 'treatment2', 'treatment3']
CONVERSION = 'conversion'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/owen560/Python-causalml.git
git@gitee.com:owen560/Python-causalml.git
owen560
Python-causalml
Python-causalml
v0.12.0

搜索帮助