mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.61k stars 1.3k forks source link

ML Documentation: what's missing #4556

Open kingjr opened 6 years ago

kingjr commented 6 years ago

Here is a proposal in the todo for the MVPA/Decoding-Encoding/ML module.

Please comment and I'll update the proposal.

agramfort commented 6 years ago

do you have already materials for some of this?

jasmainak commented 6 years ago

It's more an API thing but I get a lot of questions which basically boil down to using 3D data in pipelines leading to weird shape mismatches. I guess some estimators can be pipelined in sequence but others cannot be. This needs to be probably clarified.

kingjr commented 6 years ago

do you have already materials for some of this?

Yes, in the form of ipynb for all of the above, but a bit too long as compared to the MNE tutorials. Shall I start opening PRs?

It's more an API thing but I get a lot of questions which basically boil down to using 3D data in pipelines leading to weird shape mismatches. I guess some estimators can be pipelined in sequence but others cannot be. This needs to be probably clarified.

Ok that's easy, we can dedicate a tutorial to pipeline. I think it is an important an concept, especially with our tensor-like data structure.

agramfort commented 6 years ago

let's not make PRs but maybe make a repo of 3-4 notebooks with an index.ipynb like here:

https://github.com/jakevdp/PythonDataScienceHandbook/tree/master/notebooks

then we take the figures from the notebook for the paper.