pywhy-graphs
pywhy-graphs copied to clipboard
Check the Markov Equivalence of two MAGs
Is your feature request related to a problem? Please describe. I want to be able to check if two MAGs are Markov equivalent with one function call.
Describe the solution you'd like A function that takes in two MAGs and outputs a boolean indicating whether they are markov equivalent or not.
Additional context Needed this feature to implement tests for #93
Is this implemented in #93, or is your proposal to add this in a separate PR?
It's a proposal to add it in a separate PR.