Network-based data mining techniques such as graph mining, (social) network analysis, link prediction and graph clustering form an important foundation for data science applications in computer science, computational social science, and the life sciences. They help to detect patterns in large data sets that capture dyadic relations between pairs of genes, species, humans, or documents and they have improved our understanding of complex networks.

While the potential of analysing graph or network representations of relational data is undisputed, we increasingly have access to data on networks that contain more than just dyadic relations. Consider, e.g., data on user click streams in the Web, time-stamped social networks, gene regulatory pathways, or time-stamped financial transactions. These are examples for time-resolved or sequential data that not only tell us who is related to whom but also when and in which order relations occur. Recent works have exposed that the timing and ordering of relations in such data can introduce higher-order, non-dyadic dependencies that are not captured by state-of-the-art graph representations. This oversimplification questions the validity of graph mining techniques in time series data and poses a threat for interdisciplinary applications of network analytics.

To address this challenge, researchers have developed advanced graph modelling and representation techniques based on higher- and variable-order Markov models, which enable us to model non-Markovian characteristics in time series data on networks. Introducing this exciting research field, the goal of this tutorial is to give an overview of cutting-edge higher-order data analytics techniques. Key takeaways for attendees will be (i) hands-on experience with higher-order network analytics, model selection, and data visualisation, and (ii) a demonstration of the benefits of higher-order network analytics in real time series data on social systems.

Tutor

Ingo Scholtes
Head of Data Analytics Group
Faculty of Mathematics and Natural Sciences
University of Wuppertal, DE
Germany

Prerequisites

Participants should bring a laptop with a python 3.x environment. See setup instructions. Prior exposure to python is beneficial. In the first session of the tutorial we will give a brief introduction to interactive data science with python, jupyter notebook, and VS Code.

Schedule

Session 1: Introduction to Higher-Order Network Analytics

Welcome Note and Tutorial Overview

Intro: Higher-Order Network Analytics for Time Series Data (30 min)

Live Coding (60 min)

Unit Topic Code
1 Data Science with python, jupyter, and VS Code (10 min) .py
2 Analysis and Visualisation of Path Data in pathpy (25 min) .py .ipynb .html
3 Fitting and Visualising Higher-order Network Models (25 min) .py .ipynb .html

Coffee Break

Session 2: Higher-order Network Analysis and Visualisation with pathpy

Live Coding (90 min)

Unit Topic Code
4 Time-stamped Network Analysis in pathpy (30 min) .py .ipynb .html
5 Multi-order Model Selection (30 min) .py .ipynb .html
6 Optimal Higher-order Analytics for Temporal Data (30 min) .py .ipynb .html
7 Exploration: Multi-order Analysis of Time-stamped Social Networks (self-study) .py, .ipynb

Data sets

A description of data sets that will be provided to participants, and which will be analysed in the tutorial is available here.

Setting up the environment

Hands-on sessions will be completed in python. A detailed description on how to set up the environment can be found in the setup instructions.