Learn practical skills, build real-world projects, and advance your career
Python version: >=3.6
LinkPred version: 0.4.1
Last update: 25/11/2021

Chapter 6: Link Prediction

linkpred is a python library designed to provide support to unsupervised link prediction analysis.

In this notebook are introduced some of the main features of the library and an overview of its functionalities.

Note:

  • this notebook is purposely not 100% comprehensive, it only discusses the basic things you need to get started.
  • LinkPred is developed and maintained by Raf Guns (University of Antwerp)

1. Installing LinkPred (to top)

As a first step, we need to make sure that linkpred is installed and working.

The library can be installed using pip:

!pip install linkpred