File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: **
2433This 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments