Please use pip to install requirements.
pip install -r requirements.txt
pip install -r requirements-git.txt
python setup.py develop
(to expose amle package to scripts)
python scripts/run_all_dids.py
- Results will be written to the directory
{results_dir}
specified as parameter-d
inrun_all_dids.py
. Seescripts/asklearn.py
for parameter descriptions. - Generate prediction results by running
python scripts/process_results.py {results_dir}
Everything was tested with Anaconda (https://www.continuum.io/downloads) in a conda environment created with command conda create --name amle python=2.7
.
Please notify us of any missing dependencies in different environments.