time-series-machine-learning / tsml-repo

Discussion, problems and donations of data hosted at
http://www.timeseriesclassification.com
GNU General Public License v3.0
44 stars 6 forks source link

[DONATION] Eye State from UCI #45

Closed TonyBagnall closed 4 years ago

TonyBagnall commented 4 years ago

Please give a brief description of the data classify if eye open or shut based on EEG

Where can we get the data?

https://archive.ics.uci.edu/ml/machine-learning-databases/00264/

Is there a publication related to the data yes. Is your data multivariate or univariate? multivariate. The data is phrased as a time step classification, with 14 EEG readings on a single time step being the features. It makes more sense to treat it as a MTSC problem, either unequal length (supervised segmentation into open or shut) or unsupervised equal length, in which case the labels could be open/shut/open and shut

Is there a default train/test split for the data No. This is a single patient, so as long as the segmentation is not overlapping, it should be ok to split. We should split temporally (train before test) for default and provide resample.

Are there any missing values/padding? No, dont think so

Is there a picture for the data we can put on the website?

How would you like the donation attributed on the website?

Can you provide a paragraph description, including the meaning of the class values, for the website?

TonyBagnall commented 4 years ago

found via this https://machinelearningmastery.com/how-to-predict-whether-eyes-are-open-or-closed-using-brain-waves/

TonyBagnall commented 4 years ago

done https://www.timeseriesclassification.com/description.php?Dataset=EyesOpenShut not made .ts files from it yet