Taylor Salo

Results 319 issues of Taylor Salo

Multiple comparisons correction and permutation-based parameter estimation for the new IBMA estimators (built on top of PyMARE) are not implemented.

enhancement
ibma
correct

## Summary This mismatch was reported by a user via email. The issue seems to result from the fact that, in a one-tailed p-to-z transform, p values greater than 0.5...

bug
priority: low
effort: low
impact: low

## Summary NiMARE classes (especially `Datasets`) are going to be in flux a bit until we've moved onto stable versions. This has caused problems in the past, so it would...

enhancement
effort: low
impact: medium
priority: medium

## Summary It looks like [NIMADS](http://neurostuff.org/nimads/) ([example](https://neurostore.org/api/studies/87UtKVNzN8cA?nested=true)) has evolved and stabilized significantly, so it would be good to update how NiMARE stores and loads its JSON files. This won't affect...

refactoring
effort: high
impact: low
priority: medium
neurostore

## Summary Rather than redefine the same parameter/return value descriptions many times across the library, which will increase the chances of discrepancies across those descriptions, we can define these parameters...

documentation
priority: low
effort: medium
impact: low

## Summary I've noticed that the version strings on the RTD site always say "dirty", indicating uncommitted changes, even for builds tied to specific releases. This isn't a big problem,...

bug
documentation
priority: low
impact: low

## Summary We have an argument, `return_type`, in `KernelTransformer.transform` to determine how the modeled activation (MA) maps should be returned. The options are `array`, `image`, and `dataset`. With `dataset`, the...

bug
cbma

One question I have is whether the maximum statistic null distributions should be separated by sign for two-sided tests. For example, for the MKDAChi2, which can have positive and negative...

help wanted
question
cbma

## Summary The nilearn masker objects have `memory` and `memory_level` parameters. I don't have much experience with them, but I think they could be used as an alternative to our...

refactoring
opinions wanted

## Summary Per today's discussion, one thing that would make it easier to simplify the Dataset object would be to move the Dataset's searching methods into a new Transformer-like class....

enhancement
breaking-change