Installation

The most straightforward way of installing toppred is via pip:

pip3 install toppred

From source

To install this library from source, simply clone the repository:

git clone https://github.com/Thijsvanede/toppred.git

Next, you can install the toppred from source:

pip install -e <path/to/toppred/>

Dependencies

toppred requires the following python packages to be installed:

All dependencies should be automatically downloaded if you install toppred via pip. However, should you want to install these libraries manually, you can install the dependencies using the requirements.txt file

pip install -r requirements.txt

Or you can install these libraries yourself

pip install -U numpy pandas sklearn