-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ENH: Viz for spatial filters #13332
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
Merged
Merged
ENH: Viz for spatial filters #13332
Changes from 29 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
0765454
topomap and scree plots
Genuster 5a7f5bd
Add SpatialFilter visualization class
Genuster 614cd1b
Some doc-related fixes
Genuster c3feb72
more imrovements
Genuster 3266d16
nest EvokedArray import
Genuster d720dc2
add some minor tests and fixes
Genuster d2fdc2d
make get_coef to work with an arbitrary named step
Genuster 4ac29d5
clean get_coef's inverse_transform test
Genuster 37cd069
make instantiation of the spatial filter from ged/linear model a stan…
Genuster 7d78df6
fix tests and nesting
Genuster 874af24
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] f3da23a
add test for get_coef with step_name
Genuster 842764e
add some initialziation and plotting tests
Genuster 8f8336b
Merge remote-tracking branch 'upstream/main' into ged-viz
Genuster 06efd97
fix docstrings
Genuster 49dbdaa
add factory func to doc api
Genuster 9f6b626
another docstring fix and sklearn importorskip
Genuster 04c7d01
more get_coef tests
Genuster 16e35b7
FIX: Timeout
larsoner e5d300a
Merge remote-tracking branch 'upstream/main' into pre-commit-ci-updat…
larsoner d355011
more spatial filter viz tests
Genuster 395ac48
replace CSP's plots
Genuster 4ef949c
add changelog entry
Genuster 05450d4
Merge remote-tracking branch 'upstream/pre-commit-ci-update-config' i…
Genuster de0fe5d
fix changelog
Genuster 203e985
fix axes handling
Genuster f3748c7
Merge branch 'main' into ged-viz
Genuster 4839d51
Merge branch 'main' into ged-viz
Genuster 4c9eb44
Merge branch 'main' into ged-viz
larsoner 225dfff
Merge remote-tracking branch 'upstream/main' into ged-viz
Genuster ba792e2
fix code duplication
Genuster b95591a
Update mne/viz/decoding/ged.py
Genuster f41ad60
add see also and version added
Genuster 524fdee
Fix section order and pyrefs
Genuster e4f1875
fix test
Genuster 0dd8e32
move from .viz to .decoding
Genuster f31d480
add warning in the docstring
Genuster 3855bc0
fix comments
Genuster 4896aac
improve Xdawn example
Genuster b6e5251
improve linear model example
Genuster e2e1a14
improve SSD example
Genuster a9eeccb
update a test
Genuster 59630d5
more updates for tutorial and examples
Genuster d6da2ad
fix docstring
Genuster ef00059
complete tests
Genuster 066cf5f
small fix
Genuster 9a2254f
address Eric's suggestions
Genuster 58760da
Update doc/changes/dev/13332.newfeature.rst
Genuster 74deb16
Merge branch 'main' into ged-viz
Genuster 501818c
Merge remote-tracking branch 'upstream/main' into ged-viz
Genuster File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Implement :class:`mne.viz.SpatialFilter` viz class for filters, | ||
patterns for :class:`mne.decoding.LinearModel` and additionally | ||
eigenvalues for GED-based transformers such as | ||
:class:`mne.decoding.XdawnTransformer`, by `Gennadiy Belonosov`_. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Authors: The MNE-Python contributors. | ||
# License: BSD-3-Clause | ||
# Copyright the MNE-Python contributors. | ||
|
||
"""Decoding visualization routines.""" | ||
from .ged import SpatialFilter |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.