Skip to content
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

Implementation of Robust Principal Component Analysis (RPCA) #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rbechto2
Copy link

Reference issue

Fixes mne-tools#7048

What does this implement/fix?

Added an implementation of RPCA using the Alternating Direction Method of Multipliers (ADMM) optimization method.

Additional information

The algorithm is adapted from Cian Scannell's implementation in October 2017 (https://github.com/cianmscannell/RPCA)

@rbechto2 rbechto2 requested a review from adam2392 November 11, 2019 19:01
adam2392 pushed a commit that referenced this pull request Dec 11, 2019
* add info / refs on limo dataset

add sklearn regression

add class linear regression

update limo doc

fix limo fetcher docstring

fix merging issues

* FIX: Indentation

* FIX: A couple more

* STY: Nitpicks [ci skip]

* ENH: Links

* Apply suggestions from code review

add jonas suggestions

Co-Authored-By: jona-sassenhagen <[email protected]>

* fix syntax + remaining issues

* tighten up prose and code (#1)

* drop class approach / add LIMO_PATH to config

* Apply suggestions from code review

Co-Authored-By: Daniel McCloy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation Robust Principal Component Analysis (RPCA) for EEG Noise Detection
1 participant