pytyche.bcf.preprocess¶
Covariate preprocessing for GPU BCF.
The continuous and binary BCF modules need these utilities. Hosting them
here — rather than in the orchestrator that imports them — lets siblings
under pytyche.bcf.* import at module top instead of via function-level
lazy imports, avoiding a circular import.