| description | MED3pa, the application | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cover | .gitbook/assets/med3pa-cover.png | ||||||||||||||||||||||||||||||||||||||||
| coverY | -9.703648548026806 | ||||||||||||||||||||||||||||||||||||||||
| layout |
|
{% hint style="warning" %} MED3pa-app is published as pre-releases, the most recent being v0.1.0-alpha.5. They run the whole pipeline, but interfaces and file formats may still change between builds. Installers are on the releases page. {% endhint %}
Welcome to the MED3pa-app documentation, where you will find all the resources you need to download, install and use the application.
This application is part of the MEDomics project. It provides a graphical user interface to interact with the MED3pa package, enabling users to measure how much a trained classification model can be trusted, patient by patient and profile by profile, and to deploy that model so it abstains instead of guessing.
MEDomics overview
The MED3pa-app is a graphical implementation of the MED3pa Python package. It enables the use of MED3pa's functionalities through an interactive interface: uncertainty estimation, discovery of the data profiles where a model underperforms, and declaration-rate driven deployment.
MED3pa allows you to import your own predictive model, trained anywhere and exported as ONNX, pickle or joblib, and studies its behaviour on a cohort you provide.
MED3pa package overview
A model that reports 0.87 AUC on a test set reports one number for a whole population. In practice it is excellent for some patients and unreliable for others, and nothing in the usual evaluation tells you which is which. MED3pa's goal is to make that distinction visible and actionable:
- Estimate, per patient, how much the base model's prediction can be trusted;
- Group patients into readable profiles and show where the model consistently underperforms;
- Let you choose a declaration rate, defining a confidence threshold.
- Deploy the model at that rate, so low-confidence cases are routed to a human instead of being answered.
The application wraps this in a three-step workflow, Configure → Analyse → Deploy, and stores every run in a local database so results can be revisited, compared and applied to new patients.
- For a high-level tour of the project, visit the MED3pa website.
- To download and install the application, go to the next page.
- For the concepts behind the analysis (IPC, APC, MPC, declaration rate, profiles), read the MED3pa page.
- For tutorials, refer to the Analysis and Deployment pages.
- Use the Forms section to contact us or to report an issue.
- The Media section contains all our communication and interaction websites.
- If you are ready to add your touch to our application, refer to the contribution page.
