atro/atro_svm
folder covers the experiments of ATRO wth linear-in-parameter model.
atro/atro_deep
folder covers the experiments of ATRO wth neural networks.
For conduct the experiments with the australian dataset, execute
python3 experiment.py -p 'australian'
We can also conduct experiments with the other datasets by replacing 'australian' with the datasets.
See the README.md.