Multi-horizon ensemble: three time-horizon models (1d, 5d, 20d). If short says LONG but long says SHORT, the setup is at a regime transition โ risky.
Bootstrap ensemble: five models trained on random 60% subsets of data. If their outputs cluster tightly, signal is robust. If they spread, model is uncertain.
MC Dropout: 20 samples with random 20% feature masking. Measures fragility to feature noise.
METHODS column: count of estimator methods loaded and producing predictions. Should be 3 once enough training data accumulates.
Why all three: each captures a different uncertainty source. Multi-horizon = time-frame consensus. Bootstrap = data-subset robustness. Dropout = feature robustness. Real edge comes when all three say yes.