Installation

ParaDime is available via PyPi through:

pip install paradime

ParaDime requires Numpy, SciPy, scikit-learn, PyNNDescent , cerberus, and ruamel.yaml (see requirements.txt file), all of which are installed auomatically when installing ParaDime.

ParaDime also requires PyTorch, which must be installed separately. If you want to train ParaDime routines on the GPU, make sure to install CUDA along with the correct cudatoolkit version. See the PyTorch docs for detailed installation info.

If you want to use ParaDime’s plotting utilities, Matplotlib has to be installed additionally.