Nilearn logo
  • SVM
  • Ward clustering
  • Searchlight
  • ICA
  • Nifti IO
  • Datasets

Nilearn:

Statistics for NeuroImaging in Python

Navigation

  • modules
  • next |
  • previous |
  • Nilearn Home | 
  • User Guide | 
  • Examples | 
  • Reference | 
  • About| 
  • Glossary| 
  • Bibliography| 
  • Nipy ecosystem
  • User guide: table of contents »
  • Nilearn: Statistical Analysis for NeuroImaging in Python
This is the stable documentation for the latest release of Nilearn, the current development version is available here.

7. Advanced usage: manual pipelines and scaling up¶

In this section of the nilearn documentation, we describe the building blocks that can be assembled to create a machine-learning data analysis pipeline. This section is slightly more advanced and abstract than the other. It provides knowledge that is useful to go off the beaten path in terms of data processing.

  • 7.1. Building your own neuroimaging machine-learning pipeline
    • 7.1.1. Data loading and preprocessing
      • 7.1.1.1. Downloading the data
      • 7.1.1.2. Loading non image data: experiment description
      • 7.1.1.3. Masking the data: from 4D image to 2D array
        • 7.1.1.3.1. Applying a mask
        • 7.1.1.3.2. Automatically computing a mask
    • 7.1.2. Applying a scikit-learn machine learning method
    • 7.1.3. Unmasking (inverse_transform)
    • 7.1.4. Visualizing results
    • 7.1.5. Going further
  • 7.2. Downloading statistical maps from the Neurovault repository
    • 7.2.1. Specific images or collections
    • 7.2.2. Selection filters
    • 7.2.3. Output
    • 7.2.4. Neurosynth annotations
    • 7.2.5. Examples using Neurovault
    • 7.2.6. References

Giving credit

  • Please consider citing the papers.

Previous topic

6.3. From neuroimaging volumes to data matrices: the masker objects

Next topic

7.1. Building your own neuroimaging machine-learning pipeline

Quick search

© The nilearn developers 2010-2022. Created using Sphinx 4.0.2. Show this page source