Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get more log messages from dowhy? #1047

Closed
FTamas77 opened this issue Oct 15, 2023 · 4 comments
Closed

How can I get more log messages from dowhy? #1047

FTamas77 opened this issue Oct 15, 2023 · 4 comments
Labels
question Further information is requested stale

Comments

@FTamas77
Copy link

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?

@FTamas77 FTamas77 added the question Further information is requested label Oct 15, 2023
@github-actions
Copy link

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale label Oct 30, 2023
@amit-sharma
Copy link
Member

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.

To see more log messages, you can setup your own the logging.config.dictConfig with level debug. You may want to reference dowhy in the loggers section of the config. For example, see this post: https://stackoverflow.com/questions/7507825/where-is-a-complete-example-of-logging-config-dictconfig

@github-actions github-actions bot removed the stale label Nov 5, 2023
Copy link

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale label Nov 20, 2023
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

2 participants