Tal Yarkoni
Tal Yarkoni
The number of public collections listed at [https://neurovault.org/collections/stats](https://neurovault.org/collections/stats) doesn't match what's visible in the table under "see all collections"--possibly because the former counts empty collections and the latter doesn't (per...
Currently images retain their original filename when uploaded. This is undesirable because it can cause conflicts (e.g., if the user uploads same image name from different directories, or creates a...
Per discussion in #430, adding custom renderers for Django Rest Framework that wrap Image and Collection records in a nice snippet of table-like HTML (e.g., with image thumbnail on the...
At the BIDS-ComputationalModels meeting, it became pretty clear that a wide range of applications require (or would at benefit considerably from) the ability to read in generic n-dimensional arrays from...
Currently we represent the design matrices for each term added to the model as its own array, but we don't have a single representation of all variables in a single...
Suppose we pass a variable to add_term() and set split_by='condition'. If the target variable has no valid values for one or more levels of the splitting variable, a constant term...
Currently the HRF convolution is applied to the full design matrix that spans all subjects and runs. This means there could theoretically be some bleeding over across different runs and...
Currently split_by only takes a single string (the name of a design variable) to split on. It would be useful to allow a list, and split the target variable based...
Related to #9, we should add support for masked arrays wherever possible—this will allow vectorized estimation even when the studies in parallel datasets differ (i.e., users pass in NaN values...
The current `MetaRegressionResults` object is pretty barebones and intended only as a prototype. Minimally, we should: * [ ] Implement the skeleton `summary()` and `plot()` methods. * [ ] Add...