Research simulator
This interactive page demonstrates the sequence labs → score → sigmoid probability → threshold band. It deliberately does not impersonate the trained XGBoost model.
Demonstration output
Synthetic score
Synthetic sigmoid output
Demonstration band
These outputs are intentionally labelled synthetic. The actual XGBoost model consists of hundreds of nonlinear tree rules.
Why the simulator is not built from gain weights
Feature gain indicates importance, not direction or a fixed coefficient. For example, the learned gain ranking currently places calcium first, but the model may use calcium at several different thresholds and in interactions with other features.
The actual feature-gain table is available on the computational model page.
Synthetic equation used only for UI demonstration
This equation is not fitted to the cohort and is not a surrogate clinical score. A research-grade browser predictor would require the frozen tree ensemble, preprocessing, missing-data handling and probability calibration to be versioned and validated together.