We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We first need to download acheron, if you haven't done so yet, you can do this by running git clone https://github.com/superphy/acheron.git
git clone https://github.com/superphy/acheron.git
Next, we move into acheron using cd acheron
cd acheron
acheron requires the conda package manager
First, Download anaconda or miniconda (python 3.7), instructions for that are here
Install the conda dependencies by running conda env create -f data/envi.yaml
conda env create -f data/envi.yaml
The name of the conda environment can be found in the first line of data/envi.yaml , currently it is ach.0.5
We can now activate this conda environment by running source activate ach.0.5
source activate ach.0.5
You will need to be in this environment when using acheron
You can install acheron by running pip install -e . while in the conda environment
pip install -e .
To verify everything is working, you can run pytest tests/
pytest tests/
You are now ready to start using acheron, type acheron -h or visit the other wiki pages to get started!
Home
Getting Started
download
features
labels
models
predict
result