- Original paper: Using evolutionary algorithms as instance selection for data reduction in KDD: an experimental study
- This work implement CHC algorithm
- Python 3.7
Training
python main.py
Testing
python evalution.py
source | % reduction | ACC |
---|---|---|
Paper | ~99.29 | 94.18 -> 93.53 |
Our | 54.26 | 97.74 -> 97.17 |