Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 703 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 703 Bytes

Benchmarking Scripts

This directory hosts scripts for benchmarking recourse methods.

Installation

To install the necessary dependencies, run the following command:

pip install "jax-relax[dev]"

Usage

To reproduce the results in the paper, you can run

python -m benchmarks.built-in.run_all

Legacy Scripts

Warning

These scripts are used to benchmark jax-relax<0.2.0>=0.1.0.

To run these scripts, install the dependencies as:

pip install "jax-relax[dev]<0.2.0"

Next, run the script as:

# run large dataset
python -m benchmarks.legacy.benchmark_large_dataset
# run scalability test
python -m benchmarks.legacy.benchmark_scalability