./data_woTable/- Contains all datasets./algs/- Contains implementation of various algorithms- Statistical algorithms (PC, GES, NOTEARS)
- Value extraction component
- Google retrieval component
This script performs data collection, value extraction, and hybrid causal discovery.
python run_causal_discovery_realtime.py --dataset cancer --alg ges --llm gpt-4oThis script implements the missing variable proposal component.
python run_new_variable_proposal.py --dataset cancer --llm gpt-4oBefore running the code, you need to set up your Google API key:
- Watch this tutorial video to learn how to get a Google API key
- Add your API key to
./algs/retrieve/google_retrieve.py