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
How can I get more log messages from dowhy? I couldn't find any suggestions on how to debug my code. For example, I have this output:
`
*** Causal Estimate ***
Identified estimand
Estimand type: EstimandType.NONPARAMETRIC_ATE
Estimand : 1
Estimand name: backdoor
Estimand expression:
d
───────────────(E[CO2])
d[teljesítmény]
Estimand assumption 1, Unconfoundedness: If U→{something} and U→CO2 then P(CO2|something,,U) = P(CO2 |something,)
Realized estimand
b: CO2~something
Target units: ate
Estimate
Mean value: nan
`
My code uses a straightforward model. How can I figure out why there is a "nan"? Is it a programming issue? Or is it related to the model? Or simply, it means there is no correlation?
The text was updated successfully, but these errors were encountered:
Usually that is because there are invalid entries in your pandas dataframe.
You can try increasing the verbosity of the logging settings, but I'm not sure it will be help you with this issue.
How can I get more log messages from dowhy? I couldn't find any suggestions on how to debug my code. For example, I have this output:
`
*** Causal Estimate ***
Identified estimand
Estimand type: EstimandType.NONPARAMETRIC_ATE
Estimand : 1
Estimand name: backdoor
Estimand expression:
d
───────────────(E[CO2])
d[teljesítmény]
Estimand assumption 1, Unconfoundedness: If U→{something} and U→CO2 then P(CO2|something,,U) = P(CO2 |something,)
Realized estimand
b: CO2~something
Target units: ate
Estimate
Mean value: nan
`
My code uses a straightforward model. How can I figure out why there is a "nan"? Is it a programming issue? Or is it related to the model? Or simply, it means there is no correlation?
The text was updated successfully, but these errors were encountered: