Skip to content

Link prediction (predicting whether X kills Y) for first 6 seasons of Game of Thrones TV series.

Notifications You must be signed in to change notification settings

matejklemen/got-link-prediction

Repository files navigation

Kill prediction in Game of Thrones

Authors: Jaka Stavanja, Matej Klemen

This repository contains supporting code for our experiments with link prediction for the Game of Thrones TV show. The data used:

The paper and slides with a quick description of the problem and solutions are available in the root of the project in PDF format. The paper is also available on arXiv: https://arxiv.org/abs/1906.09468.

Running the code

First, make sure that you have installed the packages inside requirements.txt. One way to do this is with the following command.

$ pip3 install -r requirements.txt

To repeat our calculations, simply run link_prediction.py.

$ python3 link_prediction.py

About

Link prediction (predicting whether X kills Y) for first 6 seasons of Game of Thrones TV series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published