Please use pip to install requirements.
pip install -r requirements.txtpip install -r requirements-git.txtpython 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-dinrun_all_dids.py. Seescripts/asklearn.pyfor 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.