You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the examples from the documentation, the datasets created by the dowhy package generate a dictionary with the data and some other information, such as treatment and outcome variable names.
In that case, when they use data['treatment_name'] they are actually calling the dictionary key.
So, to solve that problem, use just the name of your variable as input for the argument.
Example, treatment = ['power'] outcome= 'Energy usage.
Please can someone help me look into why my code is not running? Thanks
The text was updated successfully, but these errors were encountered: