microsoft / causica

MIT License
430 stars 56 forks source link

Prior setting #81

Open JIANGMENGRUI opened 10 months ago

JIANGMENGRUI commented 10 months ago

Hi team,

I am trying to do causal discovery on my dataset by following the steps in csuite_example. However, I cannot get the reasonable result. The key difference between my use case and the example is the prior setting.

All the setting is based on my understanding from below formula: self._expert_graph_container.mask

In the results, I don't have any causes to my dependent variables (I have 6 dependent variables and total 40+ variables). I am wondering:

  1. Is my prior setting wrong? since I only saw the example on setting the edge to be 1 in EM, my use cause is totally different.
  2. If the i is the parent node and j is the child node?
  3. Maybe there is other issue like adjacency_dist, I totally followed the csuite_example for other parts.

Hope you can help on above questions and thanks in advance!