Skip to main content

Clinical Accuracy Metrics

Triage Accuracy

Measures the percentage of cases where the AI assigned the correct urgency level.
Under-triage vs Over-triage: In healthcare, under-triage (missing emergencies) is generally far more dangerous than over-triage (unnecessary ER visits). Weight your metrics accordingly.

Sensitivity & Specificity

Critical metrics for evaluating detection of specific conditions or red flags.

Clinical Context

sensitivity_calculation.py

Akhara-Based Scoring

For complex outputs like clinical notes or patient communications, akhara-based scoring provides structured evaluation across multiple dimensions.
rubric_definition.py

Custom Metrics

Define metrics specific to your clinical domain and use cases.
custom_metrics.py

Confidence Intervals

All metrics include confidence intervals to quantify uncertainty, especially important for small sample sizes.
Sample Size Matters: For rare conditions, you may need larger datasets to achieve narrow confidence intervals. Akhara warns when sample sizes are too small for reliable conclusions.

Metric Aggregation

Combine multiple metrics into composite scores for overall model assessment.

Exporting Metrics

Export metrics in formats suitable for regulatory documentation, dashboards, or CI/CD pipelines.