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
The autor states that when comparing H1 and H2 to the ground truth graph G, we have SHD(G,H1)=SHD(G,H2)=1 , SID(G,H1)=0 and SID(G,H2)=8
However, when runing the code (SID.zip) on the equivalent adjacency matrices, it outputs:
SHD(G,H1)=1
SHD(G,H2)=2
SID(G,H1)=1
SID(G,H2)=8
When trying with SID_CPDAG and SHD_CPDAG, it outputs:
SHD_CPDAG,(G,H1)=1
SHD_CPDAG,(G,H2)=0
SID_CPDAG(G,H1)=[1, 1]
SID_CPDAG(G,H2)=[8, 8]
What could be the issue ?
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hello,
While experimenting on the SID metric, I tried to reproduce the example from the paper presenting the SID: https://www.researchgate.net/publication/237053920_Structural_Intervention_Distance_SID_for_Evaluating_Causal_Graphs (page 4)
The autor states that when comparing H1 and H2 to the ground truth graph G, we have SHD(G,H1)=SHD(G,H2)=1 , SID(G,H1)=0 and SID(G,H2)=8
However, when runing the code (SID.zip) on the equivalent adjacency matrices, it outputs:
SHD(G,H1)=1
SHD(G,H2)=2
SID(G,H1)=1
SID(G,H2)=8
When trying with SID_CPDAG and SHD_CPDAG, it outputs:
SHD_CPDAG,(G,H1)=1
SHD_CPDAG,(G,H2)=0
SID_CPDAG(G,H1)=[1, 1]
SID_CPDAG(G,H2)=[8, 8]
What could be the issue ?
Thank you for your help
The text was updated successfully, but these errors were encountered: