Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 529 Bytes

File metadata and controls

20 lines (12 loc) · 529 Bytes

Causal App Logo

Causal App is a local Streamlit tool for running over 15 causal discovery algorithms.

To use it:

  1. Install all dependencies listed in requirements.txt:

    PS C:\Users...\causal_app> py -3.11 -m pip install -r requirements.txt

  2. Run the app:

    PS C:\Users...\causal_app> py -3.11 -m streamlit run app.py

The interface will open at: http://localhost:8501

#causality #causalinference #machinelearning #streamlit #python #graphlearning