huawei-noah / trustworthyAI

Trustworthy AI related projects
Apache License 2.0
956 stars 216 forks source link

Can I add restrictions on causal structure? #32

Open xyb151158 opened 3 years ago

xyb151158 commented 3 years ago

When learning causal structure, can I set a parameter to specify which causal edges exist or do not exist?

kelizhang commented 2 years ago

not available yet

peterzhb commented 2 years ago

You could potentially do postprocessing by exposing threshold_until_dag() or even model file to your project as a work around.

AlxndrMlk commented 1 year ago

You can now (1.0.3) add causal knowledge to the PC algorithm in gCastle, @xyb151158