py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
https://causal-learn.readthedocs.io/en/latest/
MIT License
1.04k stars 174 forks source link

Consistency parameter in independence_test_method #151

Open priamai opened 7 months ago

priamai commented 7 months ago

I noticed that for example the CDNOD calls them: indep_test: Independence test method function. Default: ‘fisherz’. But FCI: independence_test_method: Independence test method function. Default: ‘fisherz’.

I think we should unify all the methods to use the same keyword? Cheers.

kunwuz commented 7 months ago

Yeah, this is definitely something on the list. We will improve the APIs shortly. Thanks for your suggestion!