CausalInference.jl
CausalInference.jl copied to clipboard
Add Structural Hamming Distance (SHD) and Structural Intervention Distance (SID)
SHD is easily added. I think SID (at leasts for DAGs) should also be possible using the methods for adjustment sets we already have.
SID for CPDAGs is trickier, but an efficient implementation could be valuable. Seems like current implementations in other packages do not scale well.