BasketballMen
The task is to predict rank of teams.
Original source: web.archive.org
Versions
Basketball_men (by Jan Motl)
- Fixed foreign key violations. Fixed data types (varchar to int or date).
Dataset details
- Associated task:
- Regression
- Domain:
- Sport
- Data types:
- Size:
- 18.3 MB
- Count of tables:
- 9
- Count of rows:
- 43,841
- Count of columns:
- 195
- Missing values:
- Yes
- Compound keys:
- Yes
- Loops:
- Yes
- Type:
- Real
- Instance count:
- 1,536
- Target table:
- teams
- Target column:
- rank
- Target ID:
- tmID, year
- Target timestamp:
- year
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 "Basketball_men" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).