mne-icalabel
mne-icalabel copied to clipboard
Automatic labeling of ICA components in Python.
Instead of building the doc with the correct version number, I moved the dev doc to stable, which is probably what brokes the version selector for that specific version. The...
#### Describe the problem We published [here](https://openreview.net/forum?id=i8zQLneFvn) a workshop paper about a model for IC classification that uses a different set of features to those used by ICLabel. We are...
Found this randomly: https://www.sciencedirect.com/science/article/pii/S1053811921006777 Associated code: https://github.com/DeepLearningForPrecisionHealthLab/MegNET_2020 Might be interesting (I haven't read the paper yet).
I meant that if we have a dataset with combined channels, ICLabel should be applied only to the EEG channel-related components. And at the moment, it is indeed not working....
The dataset referenced in https://github.com/agramfort/artifact-learn/issues/1#issuecomment-906141483 has good and bad components labeled after ICA. To facilitate easy training/testing, it would be good to construct a BIDsification script to convert the dataset...
PSD feature creation script.
#### Describe the bug The GUI seems to lack some ICA property plots shown in the tutorial, or they exists, but can't be expanded. #### Steps to reproduce I followed...
I would like to discuss a bit what the API would look like, both on the `mne_icalabel` side and on the `mne` side. Here is my point of view: ###...
Add utility function for porting from MNE-Python ICA labels/labels_score data structure to internals
IN #66 there's some repeated code for handling the conversion of MNE-Python's ICA internal data structures to labels on our end and vice versa. We should create a robust utility...
Just to leave a comment for the next issue on v2.0 of the GUI: The next version of the GUI would require a modular QT MNE backend. 1. This would...