Taylor Salo

Results 308 issues of Taylor Salo

Closes #3159. Instead of adding a new example that uses `permuted_ols` with a one-sample design, I added more documentation about designs and linked to an existing one-sample example using `non_parametric_inference`...

Documentation
GLM

Closes #2726, closes #3132, and closes #2724. Changes proposed in this pull request: - Fix docstrings of masker classes' `inverse_transform` methods to make it clear that 1D inputs are allowed,...

The TFCE method we implemented in #3196 is very slow. The probabilistic TFCE measure implemented in MNE seems to be faster, although I haven't directly compared them. We should look...

Enhancement
GLM

I'm thinking that we should add a bit of narrative doc to explain the zoology of inference models (cluster size, cluster mess, one-and two-sided, parametric and non-parametric etc.) _Originally posted...

Documentation
GLM

I think it would be great to add an item about adding a whatsnew/changelog entry to the checklist in the [auto-comment workflow](https://github.com/nilearn/nilearn/blob/0eb1340212c6db5aac07ae31b3061bde5c9f7432/.github/workflows/auto-comment.yml). I am primarily requesting this because I often...

Documentation
Good first issue

Closes #2771. Changes proposed in this pull request: - Combine plot_fiac_analysis.py and plot_fixed_effects.py into plot_two_session_model.py. - Update a link in first_level_model.rst that originally went to plot_fiac_analysis.py.

Documentation

I believe that the documentation currently orders the examples within each section based on its default sorting method, which is [NumberOfCodeLinesSortKey](https://sphinx-gallery.github.io/stable/gen_modules/sphinx_gallery.sorting.html#sphinx_gallery.sorting.NumberOfCodeLinesSortKey). This means that the examples are currently ordered from...

Documentation

I think a good introduction to modulation would be to use reaction time, as in [Grinband et al. (2008)](https://doi.org/10.1016/j.neuroimage.2008.07.065). We could walk through how orthogonalization should be used with modulated...

Documentation
Effort: medium
GLM
Impact: low
Priority: low

I think we could use integrations and Actions to simplify the release process, with most of the work happening on GitHub instead of on the release maker's local machine. We've...

Discussion
Infrastructure
Impact: low
Effort: high
Priority: low

Closes None, but stems from #819. Changes proposed in this pull request: - Add page on denoising strategies. I still need to figure out how to better integrate it into...