dowhy
dowhy copied to clipboard
AttributeError: 'CausalEstimate' object has no attribute '_estimator_object'
Has anyone encountered this problem and how to solve it?
Can you give a minimum working example where you receive this error?
In the example of using the dowhy toolkit to estimate the effect of the loyalty reward program, I used my own data, and other program commands were the same, and then such a bug appeared. Do you know how to fix it.
It might be that identification failed for your data. Can you share the output of print(identified_estimand) and print(estimate)?