Skip to content

Code for the paper "Nonparametric Instrumental Variable Regression through Stochastic Approximate Gradients" (NeurIPS 2024)

Notifications You must be signed in to change notification settings

Caioflp/sagd-iv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Running the experiments:

From this folder, run

  python -m pip install -r requirements.txt
  PYTHONPATH="${PYTHONPATH}:../" python src/scripts/benchmark_continuous_response.py
  PYTHONPATH="${PYTHONPATH}:../" python src/scripts/benchmark_binary_response.py

Results will be stored under outputs/.

About

Code for the paper "Nonparametric Instrumental Variable Regression through Stochastic Approximate Gradients" (NeurIPS 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages