{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# this notebook requires the specific packages. Run this cell to automatically install them.\n", "!pip install pandas" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "# TD / TP 2" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## First Exercice: Numerical interval patterns\n", "\n", "Itemset mining handles datasets with only categorical variables (boolean dataset). However, some dataset can contain numerical variables. The objective of this first part is to define a new domain of patterns for numerical attributes.\n", "\n", "Let's first illustrate the type of dataset we consider in this exercice. The table below illustrates a dataset that has three numerical attributes $m_1$, $m_2$ and $m_3$. The dataset contains 6 examples. There is no missing values. Without loss of generality we assume that all attributes are real valued.\n", "\n", "