Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 481 Bytes

Banner

Code for the paper "Exploring the Performance of Continuous-Time Dynamic Link Prediction Algorithms"

The code used to generate the plots in the paper is available in the example folder as jupyter notebook.

Getting Started

Create a virtual environment

python3 -m venv venv
source venv/bin/activate

Install the requirements

pip install -r requirements.txt

For any questions, please contact [email protected].