Workbench hub · UI route /
Home — researcher checklist
The landing page of the Angular workbench. It answers: is the API up, is demo data present, and which trust artifacts exist?
What you see
- API healthy — FastAPI reachable from the UI
- Demo dataset available — smoke CSV under
data/raw/ - Model trained — active
model.pklartifact - Metrics available — evaluation report present
- Leakage audit present — audit JSON from Train
- SHAP summary present — generated from Results
Failed checks link to the Fix page (Datasets, Train, or Results).
Actions
- Start research wizard — guided loop at route
/research(health → train → trust → leakage → external → export) - Run demo train / refresh status from
GET /v1/workspace/status - Download results ZIP when reports exist
- Jump into Datasets / Analytics / Train / Results / Predict
Related: Train · Results · Research workflow · Quickstart