Skip to content

Files

Latest commit

15788b4 · Dec 12, 2024

History

History
24 lines (16 loc) · 644 Bytes

File metadata and controls

24 lines (16 loc) · 644 Bytes

Multi-Concept Attribute Reduction

This project is an open-source implementation of the experimental code for the Multi-Concept Attribute Reduction paper.

First, the environment needs to be set up. Use the following command:

conda env create -f environment.yml

Modify the execution permissions of the .sh scripts:

chmod +x ./attribute_reduction/*.sh

Finally, run the .sh scripts as needed. An example is shown below:

nohup ./attribute_reduction/run_DAAR.sh > ./DAAR.log &
nohup ./attribute_reduction/run_heuri.sh > ./heuri.log &
nohup ./attribute_reduction/run_time.sh > ./time.log &