Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 611 Bytes

File metadata and controls

19 lines (10 loc) · 611 Bytes

Relation graph recommendations

alt-text

Installing

Before we start work with this project we have to install all dependend packages by pip or if you use anaconda then by conda package manager. Just run one of the following string in your terminal.

Pip:

pip install -r requirements.txt

Conda:

conda install --yes --file requirements.txt

Usage

After all packages was installed now we can start to use class Relations which is in relation.py. Usage manual is in example.ipynb. Good Luck!