Maintainer: Md Rana Hossain
Email: support@larucare.com
LinkedIn: mdranahossain
This page explains who this framework is for, what problem it solves, and how to send feedback so the project stays useful.
| You are… | You get… |
|---|---|
| Health-informatics / ML student or researcher | A leakage-aware train → audit → explain → serve loop without starting from a blank notebook |
| Lab building chronic-risk prototypes | Task YAML, Docker one-command demo, Angular workbench (Research wizard), downloadable results ZIP / curve PNGs |
| Engineer integrating EHR-style CSV | Clear longitudinal schema, map-preview import, dataset health gates |
| Reviewer of ML methodology | Calibration, leakage audit, SHAP, and explicit LIMITATIONS.md |
Not for: unsupervised clinical diagnosis, FDA/device claims, or replacing a hospital EHR.
- Fewer silent temporal bugs — index/horizon truncation + automated leakage audit catch common “future leaked into past” mistakes.
- Faster first success —
docker compose up→ UI on :8080 → demo train → predict in minutes. - Comparable experiments — multi-model compare, named runs, promote-to-active, manifests with data hashes.
- Explainable outputs — SHAP + schema-driven predict forms for stakeholder demos (research context).
- Honest defaults — tiny-cohort warnings, health blockers, disclaimers; you are not sold a clinical product.
Typical workflow:
Datasets (import + health) → Research wizard or Train / Compare → Analytics & Results → Predict
Details: ARCHITECTURE.md · docs/researcher_quickstart.md · website docs/.
Feedback makes the framework better for the next user. Useful reports include:
- What you tried (Docker / CLI / Angular)
- Dataset type (demo / synthetic / BYO — no PHI in email or GitHub issues)
- What worked and what blocked you
- Screenshots of UI issues (redact any real identifiers)
- Feature requests that fit the niche (leakage, calibration, researcher UX) — see
LIMITATIONS.mdfor what we will not claim
| Channel | Use for |
|---|---|
| Email support@larucare.com | Questions, collaboration, install help |
| GitHub Issues | Bugs and public feature requests (templates under .github/ISSUE_TEMPLATE/) |
| Pull requests | Fixes and small docs improvements (CONTRIBUTING.md) |
Suggested email subject: [ehr-risk-framework] feedback — <short topic>
If the framework helped your project or thesis, please cite CITATION.cff. That visibility helps others find a leakage-aware baseline.
Every report of a confusing error message, a missing map alias, or a clearer docs paragraph improves the toolkit for the community. Contact either email above anytime.