SameGen
The task is to predict whether two given people are from the same generation.
Original source: link.springer.com
Versions
Same_gen (by Alev Mutlu)
Dataset details
- Associated task:
- Classification
- Domain:
- Kinship
- Data types:
- Size:
- 300 KB
- Count of tables:
- 4
- Count of rows:
- 1,536
- Count of columns:
- 8
- Missing values:
- No
- Compound keys:
- No
- Loops:
- Yes
- Type:
- Real
- Instance count:
- 1,081
- Target table:
- target
- Target column:
- target
- Target ID:
- name1, name2
- Target timestamp:
- ?
How to download the dataset
The datasets are publicly available directly from MariaDB database.
- Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
- Use following credentials:
- hostname: relational.fel.cvut.cz
- port: 3306
- username: guest
- password: ctu-relational
- Export "Same_gen" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).