dowhy icon indicating copy to clipboard operation
dowhy copied to clipboard

AttributeError: 'CausalEstimate' object has no attribute '_estimator_object'

Open PhilrainV opened this issue 3 years ago • 3 comments

Has anyone encountered this problem and how to solve it?

PhilrainV avatar Jan 10 '22 08:01 PhilrainV

Can you give a minimum working example where you receive this error?

amit-sharma avatar Jan 10 '22 11:01 amit-sharma

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.

PhilrainV avatar Jan 11 '22 10:01 PhilrainV

It might be that identification failed for your data. Can you share the output of print(identified_estimand) and print(estimate)?

amit-sharma avatar Jan 15 '22 11:01 amit-sharma