Skip to content

Problem using select_features function in EEG data #890

Answered by kempa-liehr
basaravia asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
There are several options:

  • You could increase the number of time-series samples, either by doing more experiments, or by "chunking" the time-series from your 200 experiments into smaller chunks (or windows), which would all have the same label than the original time-series. Make sure, that you also keep the ID of your original time-series as group-ID, such that you can use leave-K-group-out cross-validation in your machine learning pipeline.
  • You could design or "engineer" new time-series, e.g. by computing the time derivative of input time-series F3, F4, O1, and O2.
  • If your time-series series are synchronised, you could also compute the difference between signals, eg. F3-F4 and O1-O2…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kempa-liehr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants