question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

autoreject (global) in MNE

See original GitHub issue

Since I have a little “free time” these days, I am wondering if there is some interest in adding autoreject to MNE. Although the API of autoreject (local) is not yet settled, I think adding autoreject (global) would be quite easy without any additional dependencies. We could do something like:

import mne
mne.Epochs(..., reject="autoreject",)
ICA(..., reject="autoreject")

In the autoreject repository, I can internally call the MNE function so that those relying on it are not affected. Let me know.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
dengemanncommented, Mar 6, 2018

It’s happening Jona! But not before a proper release on pip and finishing the API transition. Good news: we will do it these days.

On Tue, Mar 6, 2018 at 11:22 PM jona-sassenhagen notifications@github.com wrote:

I like autoreject. If we’re adding cutting-edge ICA like Picard, may as well add autoreject.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/mne-tools/mne-python/issues/4989#issuecomment-370950408, or mute the thread https://github.com/notifications/unsubscribe-auth/AB0fiucwh9jUmJh-GyPjMuPD3A3NNw7yks5tbwwngaJpZM4Sd3w- .

1reaction
jona-sassenhagencommented, Mar 24, 2019

Ok. Would still be cool to have it here, it’s a great tool!

Read more comments on GitHub >

github_iconTop Results From Across the Web

autoreject — autoreject 0.4.0 documentation
autoreject ¶. This is a library to automatically reject bad trials and repair bad sensors in magneto-/electroencephalography (M/EEG) data.
Read more >
EEG processing pipeline with autoreject - Support & Discussions
Hi all. I am working on an approach to automatically process resting state EEG recordings from many participants before extracting some features.
Read more >
Autoreject: Automated artifact rejection for MEG and EEG data
Overview of datasets analyzed. Algorithm, Dataset, Acquisition device, Sensors used, # subjects. autoreject (global), MNE sample data ...
Read more >
Autoreject: Automated artifact rejection for MEG and EEG data
We have used Python for temporal analysis and the following libraries: numpy [53], scikit-learn [54], MNE [55], Autoreject [41] , BciPy [48] ...
Read more >
Python Examples of mne.Epochs - ProgramCreek.com
def test_global_autoreject(): """Test global autoreject.""" event_id = None tmin, tmax = -0.2, 0.5 events = mne.find_events(raw) picks ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found