Installation
RECIPE
REsilient ClassifIcation Pipeline Evolution
Constraints
Currently, RECIPE is working only on Python 2.7.x and Linux-based systems.
System Dependencies
To execute RECIPE is necessary to install the following packages:
1 | sudo apt-get install libblas-dev liblapack-dev gfortran python-pip python-dev build-essential |
Python Dependencies
Besides, by using pip, install the following python-based packages found in 'requirements.txt':
1 | pip2 install -r requirements.txt |
Build the Project
Finally, build the project to configure any dependency:
1 | python2 setup.py build |