Replies: 4 comments 1 reply
-
@timonmerk This toolbox looks super interesting! I think that py_neuromodulation already has a lot of dependencies, and the more dependencies a package has, the more difficult it will be to maintain. So I think it would be worthwhile to think about how many more dependencies will be included in the future :) |
Beta Was this translation helpful? Give feedback.
-
@timonmerk I have set up psychopy with py_nm but I haven't tested it in a real-time setting yet! |
Beta Was this translation helpful? Give feedback.
-
@richardkoehler I think I will setup a simple example using |
Beta Was this translation helpful? Give feedback.
-
Another tool that seems relevant for general feature extraction https://github.com/sari-saba-sadiya/EEGExtract |
Beta Was this translation helpful? Give feedback.
-
@neumann-wj, @richardkoehler, @lauraflyra check out this time series toolbox: https://tsfresh.readthedocs.io/en/latest/.
Otherall the general concept seems from the feature extraction stage similar to py_neuromodulation. I think it would be a great idea for implementation. So far I realized that it's quite slow, but it could add potentially hundreds of additional features.
This example shows it's use for the example data, which calculated almost 800 features for a single channel:
https://github.com/neuromodulation/py_neuromodulation/blob/main/examples/example_tsfresh/example_tsfresh.ipynb
I guess it would be a bit tricky writing a good wrapper around it. But as far as I know this tool seems to be highly used for time series data in other domains, so I guess adding it here would be nice addition.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions