robbisg / sekupy

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

DatasetFxNormalizer in Iterator #70

Open robbisg opened 4 years ago

robbisg commented 4 years ago

When I use DatasetFxNormalizer in Iterator, for each iteration the dataset is not the original one but a modified version, so that the normalizer always normalizes on a normalized one!!!

I added ds.copy() in the Normalizer but this solution may be unoptimal for memory usage.