分类效应修饰因素的 one-hot 编码破坏了 EconML 的效应估计
作者: eseglo创建于 2026年9月8日更新于 2026年9月8日
标签bug
Description When using an EconML estimator through DoWhy with a categorical variable specified as an effect modifier, DoWhy one-hot encodes the effect modifier internally and changes its column name. However, the subsequent call to EconMLEstimator.effect() still attempts to access the effect modifier using its original column name.
内容来源: py-why/dowhy