PYMS -- python/C++ implementation of mountainsort (in progress)
This is a MountainLab processor package
Installation instructions:
- Install the prerequisites (see below)
- Install MountainLab
- Clone this repo into the ~/.mountainlab/packages directory
- Run ./build.sh
These processors should now appear when running ml-list-processors
Prerequisites:
FFTW
python3 with the following packages: numpy, numpydoc, pybind11, cppimport, scipy, sklearn
For example, you could install these using pip3
See Dockerfile for installation hints on Ubuntu