Get source type probabilities from ica_label

MNE 1.4.2 on macOS 13.4.1

I’m using the mne-icalabel package to classify ICA components automatically. Using mne_icalabel.label_components I can get a label for each component together with the probability of the classification.

Does anyone know a way to also retrieve the other probabilities of the less likely source types from mne-icalabel? Like in this ICLabel implementation in EEGLab: The EEGLAB News

E.g., I’m currently getting an IC labelled as “muscle” with p = 0.87, but I would also like to know where the remaining .13 are going, so I can limit the exclusion of components to those where “brain”/“other” is below 0.05.

1 Like