Expand description
Basic regime feature helpers for ML pipelines.
For MVP we provide simple converters from existing regime outputs (e.g. MarketRegime labels or probs) into feature-friendly vectors.
This will be expanded when full regime probability outputs are exposed from the regimes module.
Sources: regimes/mod.rs (MarketRegime enum), quantwave-4ub research notes.
Structs§
- Regime
Features - Simple one-hot or embedding style features from a regime label. For richer work, use actual probability vectors from HMM/GMM etc.