robbisg / sekupy

Detergent for Multivariate Analysis Pipelines of Neuroimaging data in Python
https://sekupy.readthedocs.io/
Other
1 stars 0 forks source link

Decoding results suppose a structure of results. #83

Open robbisg opened 3 years ago

robbisg commented 3 years ago

The Decoding object hypothesize results in a dict with rois. This should be moved to RoiWrapper and use Decoding only for simple decoding results.

We should take into account the RoiDecoding object or other objects that inherit from Decoding superclass.

RoiDecoding must have a self.analysis.save call to move the responsibility to wrapped class and it should save

TODO: