Scripts for benchmark data preparation and benchmark results evaluation
Requirements:
- Python 3.7+
- pipenv
Install dependencies by executing pipenv install
. Use pipenv shell
or pipenv run
to run scripts (or use PyCharm, it should detect pipenv)
Example:
cd preparation
pipenv run python describe.py original_datasets/shuttle-unsupervised-ad.csv --label is_anomaly
Run scripts without arguments to get description and usage info (or look at the source code).