muandet-lab / csl-with-selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for the project "Causal Strategic Learning with Competitive Selection"

To instantiate the project environment, with conda:

conda create -n csl python=3.7
conda activate csl
python -m pip install -U -r requirements.txt

Or with Docker:

bash docker-env/launch.sh nb

To reproduce the experiments, please run experiments.ipynb

About


Languages

Language:Jupyter Notebook 91.8%Language:Python 7.9%Language:Shell 0.2%Language:Dockerfile 0.0%