Installation

Recommended, using pip:

pip install RapidML

Do note that RapidML is built on the following libraries:

Recommended: Most of the necessary Python packages can be installed via the Anaconda Python distribution (https://www.continuum.io/downloads). Python 3 is recommended over Python 2

NumPy, SciPy, scikit-learn, and pandas can be installed in Anaconda via the command:

conda install numpy scipy scikit-learn pandas

Installing TPOT:

pip install tpot

Installing Flask:

pip install flask