Hello everybody, im new here.
I have been using ICA to preprocess EEG data. I want to use a function from the autoreject package with the following code:
from autoreject import get_rejection_threshold.
reject = get_rejection_threshold(epochs_ica);
reject
but I get the next error:
ModuleNotFoundError: No module named ‘autoreject’.
I need help, what should I do?