
EEG Eye State
Donated on 6/9/2013
The data set consists of 14 EEG values and a value indicating the eye state.
Dataset Characteristics
Multivariate, Sequential, Time-Series
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Integer, Real
# Instances
14980
# Features
-
Dataset Information
Additional Information
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 analysing the video frames. '1' indicates the eye-closed and '0' the eye-open state. All values are in chronological order with the first measured value at the top of the data.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 10 of 15
Additional Variable Information
Provide information about each attribute in your data set.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset eeg_eye_state = fetch_ucirepo(id=264) # data (as pandas dataframes) X = eeg_eye_state.data.features y = eeg_eye_state.data.targets # metadata print(eeg_eye_state.metadata) # variable information print(eeg_eye_state.variables)
Roesler,Oliver. (2013). EEG Eye State. UCI Machine Learning Repository. https://doi.org/10.24432/C57G7J.
@misc{misc_eeg_eye_state_264, author = {Roesler,Oliver}, title = {{EEG Eye State}}, year = {2013}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C57G7J} }
Creators
Oliver Roesler
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.