CARLA icon indicating copy to clipboard operation
CARLA copied to clipboard

CARLA: A Python Library to Benchmark Algorithmic Recourse and Counterfactual Explanation Algorithms

Results 25 CARLA issues
Sort by recently updated
recently updated
newest added

Hi, this PR is for the implementation for the ROAR (Robust and Reliable Recourse Method) method. Happy to contribute and let me know what you think since this is my...

Fixed Decision_Thresh in the while loop and removed logging to line up with the rest of methods.

Hi there, Not sure if this is expected, but importing CARLA fails when `protobuf>3.20.x` is installed (see below). I've tried various default [pyenv](https://github.com/pyenv/pyenv) version (3.7.x) and they all shipped with...

Hi there, I've been following the [contributor's guide](https://carla-counterfactual-and-recourse-library.readthedocs.io/en/latest/installation.html#contributing) and started off by running tests locally before modifying the code in any way. I'm getting the following error: ```zsh (env) (base)...

Hi, This PR is for adding GeCo, a counterfactual model, to Carla Benchmark. I also added the test in test/test_cfmodel.py and also updated the experiments to include GeCo. Please have...

- [x] Remove all print statements and replace with logger - [x] Update setup.py with meta information - [x] Create setup.cfg that links README - [x] Add `__version__` to package...

I installed the package as recommend using `pip install carla-recourse` The version installed is carla-recourse==0.0.5 but I am not able to reproduce the [benchmarking example](https://carla-counterfactual-and-recourse-library.readthedocs.io/en/latest/notebooks/benchmark_example.html). The error happen when importing...