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.

  1. Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
  2. Use following credentials:
    • hostname: db.relational-data.org
    • port: 3306
    • username: guest
    • password: relational
  3. Export "Basketball_men" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).