Refactor: Remove preprocessing module
Motivation
The preprocessing folder has become redundant and increases maintenance and cognitive overhead.
Its responsibilities are either unused or can be better integrated directly into model pipelines.
Removing this module will simplify the project structure and improve maintainability.
Scope
- Remove the
preprocessing/ directory
- Migrate or delete any remaining references
- Ensure no public API is broken
Acceptance criteria
preprocessing/ folder is removed
- No broken imports or dead code
- All tests pass
- Documentation reflects the new structure
Refactor: Remove preprocessing module
Motivation
The
preprocessingfolder has become redundant and increases maintenance and cognitive overhead.Its responsibilities are either unused or can be better integrated directly into model pipelines.
Removing this module will simplify the project structure and improve maintainability.
Scope
preprocessing/directoryAcceptance criteria
preprocessing/folder is removed