BioMarkerPanel
BioMarkerPanel is a SYNTHETIC/DEMO blood analysis model for multi-analyte biomarker risk fusion. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified multi-modal data.
Multi-modal
Helix Diagnostics
License: BioFoundry Research
v4.2.3
RTG 3.8
DL 107,205
Metrics
| Metric | Value | Split |
|---|---|---|
| C-index | 0.82 | Synthetic hold-out |
| Calibration (ECE) | 0.024 | Synthetic |
| Inputs | Outputs |
|---|---|
| Serum panel + demographics | Composite risk |
Run a synthetic prediction
Returns a deterministic synthetic result — clearly labeled, not for clinical use.
API integration
Call this model from your pipeline (demo — no real key required):
import requests
r = requests.post("https://api.biofoundry.ai/v1/models/bf-035-biomarkerpanel/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<serum panel + demographics>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-035-biomarkerpanel
Version history
| Version | Status | Notes |
|---|---|---|
| v4.2.0 | Archived | Synthetic release note 0 |
| v4.2.1 | Archived | Synthetic release note 1 |
| v4.2.2 | Archived | Synthetic release note 2 |
| v4.2.3 | Current | Synthetic release note 3 |
Community contributions: 23 synthetic contributors have submitted evaluations and fine-tunes.