This repo implements the idea in the manuscript SIMPOR, a imbalanced learning approache which generates synthetic samples for minority that maximizing posterior ratio.
(The paper is under review and code is under development. Please stay tuned. )
-
Set up the environment using pip with the requirment in 'environment.txt'
-
Run each dataset separately.
python main.py --dataset dataset_name -n_runs 2
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.conda/envs/tensorflow2/lib/
Set CONTINUE to True (main.py)
find . -type f -name "SIMPOR.csv" -exec rm -f {} ; find . -type f -name "FinalResult.csv" -exec rm -f {} ;