Installation
You can install the package from PyPI with the command pip install medil.
The default install covers the linear Gaussian setting, with only NumPy, SciPy, and scikit-learn as dependencies.
To also use NeuroCausalFactorAnalysis, install the ncfa extra, which adds PyTorch:
pip install medil[ncfa]