QTIM-Lab / DeepNeuro

A deep learning python package for neuroimaging data. Made by:
https://qtim-lab.github.io
MIT License
123 stars 36 forks source link

Refactor Data Transformation Code #10

Open AnnaBeers opened 6 years ago

AnnaBeers commented 6 years ago

The current preprocessing class is confusing, and probably inefficient. For example, it saves after every step. In the long-term, refactor it, perhaps to be more like the postprocessing class (or merged with the postprocessing class?).

AnnaBeers commented 5 years ago

Leaving this issue open as a repository for ideas on the fundamental differences between Preprocessing Functions, Postprocessing Functions, and Outputs. While all these things are different classes entirely, they share important features and could stand to be refactored.