StudentLoan
Student Loan contains data about students enrollment and employment status, and the aim is to find rules that define a students' obligation for paying his/her loan back.
Original source: san.ee.ic.ac.uk (BibTeX)
Versions
Student_loan (by Alev Mutlu)
- Contains duplicate tuples
Dataset details
- Associated task:
- Classification
- Domain:
- Education
- Data types:
- Size:
- 900 KB
- Count of tables:
- 10
- Count of rows:
- 5,288
- Count of columns:
- 15
- Missing values:
- No
- Compound keys:
- No
- Loops:
- No
- Type:
- Real
- Instance count:
- 1,000
- Target table:
- no_payment_due
- Target column:
- bool
- Target ID:
- name
- 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: db.relational-data.org
- port: 3306
- username: guest
- password: relational
- Export "Student_loan" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).