-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically flag IC's based off their IClabel #110
Comments
I'm -0.5 for the manually changing labels made by
and maybe we can let the user set the threshold (default 30%) in the config. EDIT: If the user wants to change the label, that's a different discussion. I am talking about our pipeline automatically changing a |
I see no strong arguments to depart from the previous behavior. What has been proposed or what you are proposing seems a bit like a matter of taste and arbitrary if it is not validated and backed by some experimental data...
Whether or not this is a good idea could probably be checked in EEG-IP by looking at the proportion of "others" that were not rejected at QC. It would be even better if we can track down the "other" that were set that way because of that 30% rule (if this info is preserved). I am not sure if this investigations is worth the effort and I would not consider it a high priority at this time, but without some check of the sort, the proposed changes seem a bit arbitrary to me. |
I also think this would be more effort than it is worth. I see no strong argument for changing a label.. The important part is if the confidence is <30% the pipeline doesn't flag the IC. But why intervene on |
You would still be able to see the breakdown of what ICLabel was thinking on one of the QC figures... The motivation is more: "don't reject anything unless you're very sure, and don't call it an artifact unless you're very sure". If you were to run the same data back through ICLabel you would get the original labels, it's a deterministic process. |
But the qc dashboard just reads the labels from a text file and colors accordingly. If we change a label to
I agree. Then let's not programattically change labels unless we are very sure that
True but this is harder to find and requires more work from the user. AFAIK what EDIT: I'm honestly surprised that I'm the odd one out here! 😂 |
As discussed in slack..
MATLAB lossless automatically rejected IC's based off their ICLabel, if their IClabel confidence metric was > 30%. If the metric was < 30%, the component was changed from the label to
other
.Scott:
" Did MAT lossless reject IC's purely based on their IClabel or did it require replication across the 3 final runs? "
@Andesha:
" we flag the replication, but did not reject them based on that "
@Andesha:
" if it was 30% or less in its decision, we set it manually to "other" ".
" to be clear: 30% or less in ANY of its decisions ".
" other was always left in by default "
https://github.com/BUCANL/EEG-IP-L/blob/master/code/scripts/s05_concat_data.htb#L532-L554
We can re-implement this in pyLossless.
Also, it would be nice to show the confidence metric value (bt 0-100%) of a component label in the dash
Hoverlabel
The text was updated successfully, but these errors were encountered: