- Prologue - Slides
- Introduction - Slides
- Data - Slides
- Preprocessing - Slides
- OLAP - Slides
- Mining Frequent Patterns - Slides
- Classification - Slides
- Cluster Analysis - Slides
- Outlier Analysis - Slides
- Introduction to Python & Pandas - Exercise Sheet × Additional Files - Solution × Additional Files
- Data Analysis and Preprocessing - Exercise Sheet × Additional Files - Solution × Additional Files
- Frequent Patterns - Exercise Sheet × Additional Files - Solution × Additional Files
- Classification - Exercise Sheet × Additional Files - Solution × Additional Files
- Clustering - Exercise Sheet × Additional Files - Solution × Additional Files
- Frequent Patterns - Task Description
- Classification - Task Description
- Clustering - Task Description
- Semester duration: 13 April 2026 – 17 July 2026
- Public holidays:
- Friday, 1 May 2026
- Thursday, 14 May 2026
- Monday, 25 May 2026
- Thursday, 4 June 2026
- FAU specific holidays (no lectures and exercises):
- Tuesday, 26 May 2026
- Friday, 5 June 2026
To build these lecture slides locally on your machine you’ll need an up-to-date version of LaTeX such as texlive or MikTex.
We use the framework pre-commit to manage our pre-commit hooks. This simplifies the maintenance of the hooks - especially on heterogeneous systems - but requires an initial installation process of the individual users.
First, the framework itself must be installed. This process is explained on the framework’s website under “Installation”.
The second thing that needs to be done is to install the pre-commit hooks themselves.
This can be achieved by running the command pre-commit install in the root
directory of this project.
We assume that each commit has been validated with these pre-commit hooks and will not accept pull requests that contain unvalidated commits (the pre-commit hooks are also checked again on the server side by a GitHub action).