Skip to content

Repository files navigation

Data Mining (2026) Project Directory

Course Description

Refer to: [https://kursuskatalog.au.dk/en/course/138422/Data-Mining]

Prerequisites (OS)

The scripts was tested on Ubuntu 24.04 LTS.

In case of any other OS/Distribution, please execute and convert the ipynb file according to the official documentation related to your operating system.

Required packages

Before running the setup script in the repository, make sure the following packages are installed on your Ubuntu by running:

sudo apt update -y
sudo apt install -y pandoc texlive-xetex texlive-fonts-recommended texlive-plain-generic atril expect

Execute and convert notebook (On Linux)

Current repository contains 00__setup-dm26-lab.sh which installs all the necessary packages on the host system. To start the automated process type in your terminal:

source ./00__setup-dm26-lab.sh

Make sure to accept miniconda's terms of service during package installation.