API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
eeg-eye-state
Schema
| name | type | format |
|---|---|---|
| AF3 | number | default |
| F7 | number | default |
| F3 | number | default |
| FC5 | number | default |
| T7 | number | default |
| P | number | default |
| O1 | number | default |
| O2 | number | default |
| P8 | number | default |
| T8 | number | default |
| FC6 | number | default |
| F4 | number | default |
| F8 | number | default |
| AF4 | number | default |
| class | integer | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
eeg-eye-state | 1.68 MB | about 2 months ago | eeg-eye-state |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 1.68 MB | csv | 28 days ago | Open Data Commons Public Domain Dedication and Licence (PDDL) | OpenML - eeg-eye-state |
This dataset contains instances of EEG measurements where the output is whether eye was open or not.
All data is from one continuous EEG measurement with the Emotiv EEG Neuroheadset. The duration of the measurement was 117 seconds. The eye state was detected via a camera during the EEG measurement and added later manually to the file after analyzing the video frames.
- 0 the eye-open state;
- 1 indicates the eye-closed;
All values are in chronological order with the first measured value at the top of the data.
The features correspond to 14 EEG measurements from the headset, labeled AF3, F7, F3, FC5, T7, P, O1, O2, P8, T8, FC6, F4, F8, AF4.
Data
This dataset was found on OpenML - eeg-eye-state
Data is located in directory data
data/eeg-eye-state.csv
Preparation
This script should be run using Python 3.
Scripts are in directory scripts
scripts/main.py
License
Licensed under the Public Domain Dedication and Licence (assuming either no rights or public domain licence in source data).