-
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
Adding an RSA example not based on decoding in the tutorials #13169
Comments
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴 |
Currently we have https://mne.tools/1.8/auto_examples/decoding/decoding_rsa_sgskip.html That doesn't get rendered because the dataset is gigantic. How big is your dataset? If it's < 2GB, could we use it in the existing example, and then add some of the stuff you're talking about to that? The idea being, better to build on and improve / fix something that already exists rather than start from scratch if possible. I'm thinking |
Thanks! That makes a lot of sense. The raw data is about 3.5GB per participant: about 450M per run with 8 runs. I'm pretty sure that cherry picking one participant and a couple of runs (for cross-validation) could be enough to show simple effects. And I can easily be convinced to work on updating the existing example rather than starting one from scratch, although I am not sure I would want to categorize a tutorial / introduction to RSA analyses under machine learning / decoding section? |
Perfect. In addition to small size -- and it seems like this would land ~1GB which is fine -- we also want examples to execute with low RAM and CPU usage and as quickly as possible. So limiting runs and such usually helps with this, too. So even if the results and outputs are a little messier, as long as the message is still conveyed we write stuff like "here we only use 2 out of the 8 runs for speed" and we're good to go.
Hmm then maybe it would make sense to leave the existing analysis where it is. Would still be nice if possible to update it to use the smaller dataset, though, since currently it's not executed or rendered which is a bummer! |
Proposed documentation enhancement
Hi everyone!
First, thanks again for the amazing tool, using
mne
(and its documentation) is always a pleasure and I often recommend tutorials or documentation pages as reading to other members of my lab.I recently submitted an article which performs a relatively simple RSA analysis of MEG data using cross-validated mahalanobis. It uses
rsatoolbox
and ends up being relatively concise: for a single subject, it essentially boils down to the following.I know that such example code exists across different packages, including
rsatoolbox
andmne-rsa
, but ultimately what I'm proposing is quite close to the data while benefiting from useful abstractions from bothmne
andrsatoolbox
and I think it might be a useful tutorial, which would also include considerations about how to estimate the empirical RDM, how to measure similarity across RDMs, etc.If the community thinks that this tutorial would be useful, I am happy to draft and submit a version as a PR. My dataset is public, as is my code, and so I would naturally be inclined to make the tutorial about one subject, one run of my own data. But I could also write this about another dataset if it's easier (although I think that an example with predictors that are not just categorical predictors, like audio versus visual, would make this more appealing). Resources specifically related to my work:
Let me know, and thanks again to everyone behind the
mne
collection of softwares!The text was updated successfully, but these errors were encountered: