Skip to content

Commit f041e5a

Browse files
committed
DOC add link to scikit-learn tutorial and glossary
1 parent 09f9d59 commit f041e5a

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

tutorials/movies_3T/README.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ This tutorial implements different voxelwise models:
1919
- a ridge model with motion-energy features as described in [2]_.
2020
- a banded-ridge model with both feature spaces as described in [3]_.
2121

22+
**Scikit-learn API:**
23+
These tutorials use scikit-learn to define the preprocessing steps, the
24+
modeling pipeline, and the cross-validation scheme. If you are not familiar
25+
with scikit-learn API, we recommend the `getting started guide
26+
<https://scikit-learn.org/stable/getting_started.html>`_. We also use a lot of
27+
the scikit-learn terminology, which is explained in great details in the
28+
`glossary of common terms and API elements
29+
<https://scikit-learn.org/stable/glossary.html#glossary>`_.
30+
2231

2332
**Requirements:**
2433
This tutorial requires the following Python packages:
@@ -27,13 +36,13 @@ This tutorial requires the following Python packages:
2736
- numpy
2837
- scipy
2938
- h5py
39+
- pycortex
3040
- scikit-learn
31-
- jupyter
3241
- matplotlib
3342
- himalaya
34-
- pycortex (optional, for using 3D brain viewers)
43+
- jupyter (optional, to run examples as notebooks)
3544
- pymoten (optional, for extracting motion energy)
36-
- cupy/pytorch (optional, to use a GPU backend in himalaya)
45+
- cupy/pytorch (optional, to use a GPU backend in himalaya)
3746

3847
**References:**
3948

tutorials/movies_4T/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ This tutorial requires the following Python packages:
3030
- numpy
3131
- scipy
3232
- h5py
33+
- pycortex
3334
- scikit-learn
3435
- matplotlib
3536
- himalaya
3637
- pymoten
37-
- cupy/pytorch (optional, to use a GPU backend in himalaya)
38+
- jupyter (optional, to run examples as notebooks)
39+
- cupy/pytorch (optional, to use a GPU backend in himalaya)
3840

3941
**References:**
4042

0 commit comments

Comments
 (0)