Skip to content

CarlCypress/Multi-Concept-Attribute-Reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

Source code of the Multi-Concept Attribute Reduction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published