Taylor Salo

Results 862 comments of Taylor Salo

@62442katieb has some code from her naturalistic meta-analysis that may implement some of these metrics: https://github.com/62442katieb/meta-analytic-kmeans/blob/daf3904caad990aeadc89bc98769aaed32857e09/evaluating_clustering_solutions.ipynb

Here is my understanding of the method: MAMP works similarly to CBP, but skips the step of performing a MACM for each voxel. Here are the steps: 1. Create an...

If we want to allow arbitrary weights based on fields in the `metadata` or `coordinates` attributes, should we also allow users to specify any transformations they want on those weights...

Here is my attempt of a summary of the method (most of the work done by @ldhill): 1. Run the meta-analysis, with multiple comparisons correction. 2. Identify significant clusters in...

I think it's a reasonable step forward. I'd also move the class from `nimare.dataset` to `nimare.base` if we're going to be changing things around. EDIT: Or maybe it should go...

I'd also like to try to tackle all of the NIMADS stuff in one release, so that there's one big API change instead of API changes spread across 2-3 releases....

We don't have immediate plans to implement all of SDM, as it's closed-source and none of the core developers of NiMARE are very familiar with the details of any of...

I'm going to use this comment to collect information I glean from SDM manuscripts. The steps, as best I can understand them, of the SDM-PSI algorithm are: 1. Use anisotropic...

@yifan0330 is [`yifan0330/Meta_regression_CBMA`](https://github.com/yifan0330/Meta_regression_CBMA) the up-to-date implementation of your method?

@rwblair started on this in #1126, but I think it's still early days. EDIT: I'm also happy to help with this, but I can't take point because I don't know...