microsoft / reliableAI

MIT License
41 stars 7 forks source link

PGM.Experiments.exe in XInsight #8

Open MarshBear opened 1 year ago

MarshBear commented 1 year ago

There is a file not yet open sourse in XInsight/src/REAL.py, line 10-13:

EXE_PATH = "./lib/real/PGM.Experiments.exe"

What is this file used for? How can I run the XInsight code without this specific file?

xk503775229 commented 1 year ago

I have also encountered this issue where the file does not exist. Can you please help me resolve it? @pckennethma

pckennethma commented 1 year ago

The file is intended for running experiments involving the REAL algorithm. Currently, we do not have plan to release this alg. Nonetheless, iirc, I think you may not need this file to run the xinsight pipeline. Let me know when you have any errors running run.py. Thank you.

xk503775229 commented 1 year ago

The file is intended for running experiments involving the REAL algorithm. Currently, we do not have plan to release this alg. Nonetheless, iirc, I think you may not need this file to run the xinsight pipeline. Let me know when you have any errors running run.py. Thank you.

Could you provide some complete data examples that can be run successfully? Thank you very much for your help.