FenTechSolutions / CausalDiscoveryToolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html
MIT License
1.08k stars 198 forks source link

CGNN with Confounding #105

Open OmidCharrakh opened 3 years ago

OmidCharrakh commented 3 years ago

Hi,

I want to activate the "confounding" option in the CGNN algorithm, but I don't know how to enable this option. I noticed that the only place to set confounding=True is within the "CGNN_model" class, but after applying this change to the "CGNN_model", the confounding option is not enabled. Can you please explain how I can activate this option? In particular, can you give me a sample code that can utilize the option?

Best wishes, Omid

diviyank commented 3 years ago

Hello,

This is strange, I'll look into it !

OmidCharrakh commented 3 years ago

Hi,

Thanks for your response. Did you get a chance to look into the problem? :)