-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ENH: decoding module 2017 #3442
Comments
@kingjr is this issue still the roadmap, or should we close? |
Still rough roadmap, although needs to be updated. Let's close it after the sprint IMO. |
I'm actually for keeping it up ;) |
@kingjr , @agramfort 's idea is one which will result in rERP and the receptive field module staying separate forever.
|
I closed/crossed out a few that had been done since. |
@kingjr any idea for an example for UnsupervisedSpatialFilter with the example data? The only thing I can think of is show that you can use an unregularized algorithm when p > n by reducing p in dimensionality via PCA, i.e., for the MEG data with many channels and few trials. |
How about PCA and then sliding with svm multiclass on the left/right
audio/visual dataset ?
…On Saturday, 4 August 2018, jona-sassenhagen ***@***.***> wrote:
@kingjr <https://github.com/kingjr> any idea for an example for
UnsupervisedSpatialFilter with the example data? The only thing I can think
of is show that you can use an unregularized algorithm when p > n by
reducing p in dimensionality via PCA, i.e., for the MEG data with many
channels and few trials.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3442 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEp7DPMjiTgyOOWCHNAnB7cb8KjPACRaks5uNgcxgaJpZM4JRF5A>
.
|
This aims at keeping track of the development related to the Google summer of code 2016 on decoding analyses.
We have quite a lot ongoing PRs, so I thought I would try to organize them here to keep track of the big picture. I'll edit the post along the issue along the way.
The aim is to make transformers that follow the sklearn API:
For now, we're focusing on sklearn integration, not high level features (plotting, get_coefs_ etc).
Spatial filters:
epochs_data
intoX
[MRG] multiclass CSP #3485Freq - time/freq transformers:
mne.decoding.FilterEstimator
to pass explicit args and notinfo
+ BUG in FilterEstimator: BUG with FilterEstimator [DONT MERGE] #3395, ENH: Filterer for decoding #3471, [MRG+1] Created class Filterer and deprecated FilterEstimator #3472Continuous signals (raw not epochs)
FIX: combine rERP and STRF: e.g. float delays instead of list, discrete vs continuous regressors etcOptimize ReceptiveField for continuous regressionSearch lights
Preprocessing
X
y
APIX
to 2DX
to be reviewed in [MRG] Vectorizer class to help chain MNE transformers by converting o/p into 2D #3409Examples:
Frequency generalization [WIP] Datasets from the BNCI database #4019Other:
partial_fit ENH: partial_fit for linear models #3483, WIP: partial_fit in search light #3591get_coef(pipeline)
to retrieve and/or invert_transform linear coefficients if they existThe text was updated successfully, but these errors were encountered: