nirs4all.analysis.presets module
Transfer Preprocessing Selection Presets.
This module defines preset configurations for the TransferPreprocessingSelector. Presets provide convenient defaults for common use cases, from fast exploration to exhaustive analysis.
- Presets:
fast: Single preprocessing evaluation only (~5s) balanced: Stage 1 + 2 with top-5 stacking (~20s) thorough: Stage 1 + 2 + 3 with augmentation (~40s) full: All stages with supervised validation (~60s) exhaustive: Maximum depth/breadth for research (~30min)