NCAA
2015 NCAA Basketball Tournament.
Original source: www.kaggle.com
Versions
NCAA (by Jan Motl)
- Added foreign key constrains
Dataset details
- Associated task:
- Classification
- Domain:
- Sport
- Data types:
- Size:
- 35.8 MB
- Count of tables:
- 9
- Count of rows:
- 201,555
- Count of columns:
- 106
- Missing values:
- Yes
- Compound keys:
- No
- Loops:
- Yes
- Type:
- Real
- Instance count:
- 268
- Target table:
- target
- Target column:
- team_id1_wins
- Target ID:
- id
- Target timestamp:
- season
Algorithms
Dataset version | Target | Algorithm | Author text | Measure | Value |
---|---|---|---|---|---|
NCAA | team_id1_wins | Predictor Factory | Predictor Factory | Accuracy | 0.7014 |
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 "NCAA" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).