metrics-adjuster
metrics-adjuster computes conventional and adjusted group-aware metrics for
binary prediction models. It provides a typed Python API, a command-line
interface, deterministic synthetic demos, self-contained HTML reports, and
optional parquet artifacts for downstream inspection.
Research and software provenance
The underlying adjusted-risk-distribution research was originally led by Jinbo
Chen and Sarah E. Hegarty. Hegarty developed the original R implementation,
fairRisk, for the aTPR methodology.
Sae-Hwan Park later joined the research team and performed additional VA
analyses with his Python rewrite of that workflow. The rewrite was validated
internally and reviewed and approved by Hegarty for the team's analysis. It
subsequently became the foundation of metrics-adjuster, which is maintained as
a separate Python project and does not replace or supersede fairRisk.
For scientific provenance, users of the aTPR methodology should cite the
underlying research article
and acknowledge fairRisk as the original R implementation. Cite
metrics-adjuster separately when using this Python software.
How metrics-adjuster extends the workflow
fairRisk remains the original native R implementation and the methodological
reference for the adjusted error-rate work. Compared with the currently
documented fairRisk v1.1.1.1 interface, metrics-adjuster exposes additional
capabilities for Python-based analysis and reproducible delivery:
| Area | fairRisk |
Additional metrics-adjuster capability |
|---|---|---|
| Interface | Native R package functions | Typed Python API plus a shell CLI that can also be invoked from R |
| Adjusted metrics | aTPR, aTNR, aPPV, and aNPV | Nine named adjusted outputs: aTPR, aFPR, aPPV, aNPV, aBSP, aBSN, aSP, aNB, and aHR |
| Adjustment decomposition | Calibration and density-ratio estimation support the adjusted estimators | Optional calibrated-unweighted c* metrics separate recalibration effects from density-ratio standardization |
| Cutoffs and comparisons | Function-level R analysis | Fixed thresholds or risk-score quantiles, with optional reference-versus-comparison pairwise deltas |
| Uncertainty and intermediates | Original estimator-focused R workflow | Integrated bootstrap summaries plus optional calibrated-risk and density-ratio parquet artifacts |
| Reporting | No report or decision-curve surface is exported by the current package namespace | Self-contained HTML reports, metric tables, density and weight-ratio plots, adjusted net-benefit decision curves, standalone figures, and CSV artifacts |
| Reproducible execution | Installable from the fairRisk GitHub repository |
PyPI distribution, validated configuration models, CSV/Parquet input, deterministic synthetic demos, and contract-tested CLI workflows |
These additions broaden the operational workflow; they do not make
metrics-adjuster a scientific replacement for fairRisk. Shared aTPR analyses
should align the calibration model, density-ratio model, thresholds, reference
group, and other estimator settings before comparing results across languages.
Intentional differences in supported metrics, defaults, or output schemas should
be documented rather than treated as implementation disagreement.
Installation
Install from PyPI (Python 3.11+):
python -m pip install metrics-adjuster
That one command installs both the metrics-adjuster CLI and the Python API.
Parquet input and artifact output work out of the box (pyarrow is included).
Other setups:
- CLI only, without a project environment:
pipx install metrics-adjuster - uv project:
uv add metrics-adjuster - conda or mamba env: run the pip command above inside your activated environment
- pinned release:
python -m pip install "metrics-adjuster==1.1.3" - source checkout: see Contributing
Quick Example
metrics-adjuster demo \
--output-dir demo_outputs \
--report \
--save-artifacts \
--report-figures
For caller-provided CSV or Parquet data:
metrics-adjuster run \
--input cohort.csv \
--output-dir adjusted_metric_outputs \
--group-col group \
--ref-group ref \
--response-col outcome \
--risk-col risk \
--id-col patient_id \
--metrics aTPR,aPPV,aNB,aHR \
--report \
--save-artifacts \
--report-figures
The CLI writes one CSV per adjusted metric. Optional outputs include:
report.htmlwhen--reportis enabledfigure_1_calibrated_density.svg,figure_2_weight_ratio.svg, andfigure_3_decision_curve.svgwhen--report-figuresis also usedcalibration.parquetandweights.parquetwhen--save-artifactsis used
Python API
from pathlib import Path
from metrics_adjuster import ColumnSpec, MetricConfig, OutputConfig, adjusted_metrics
from metrics_adjuster.synthetic import generate_synthetic_metrics_data
frame = generate_synthetic_metrics_data(n=600, seed=2026)
config = MetricConfig(
columns=ColumnSpec(group="group", response="outcome", risk="risk", id="patient_id"),
ref_group="ref",
output=OutputConfig(
calibration_path=Path("artifacts/calibration.parquet"),
density_ratio_path=Path("artifacts/weights.parquet"),
include_intermediates=True,
),
random_state=2026,
)
result = adjusted_metrics(frame, config)
print(result.metrics["aTPR"])
print(result.weighted[["cal_risk", "dens_ratio"]].head())
For reports and standalone figures, use adjusted_metrics_report(...) and
write_report_figures(...). See the API manual.
Documentation
Citation
If you use the aTPR methodology, cite the
underlying research article
and acknowledge Sarah E. Hegarty's
fairRisk as the original R
implementation. If you use metrics-adjuster, cite this Python software
separately as:
APA:
Park, S. (2026). metrics-adjuster (Version 1.1.3) [Computer software]. GitHub. https://github.com/SaehwanPark/metrics-adjuster
AMA:
Park S. metrics-adjuster [computer program]. Version 1.1.3. Published 2026. Accessed September 7, 2026. https://github.com/SaehwanPark/metrics-adjuster
License
metrics-adjuster is distributed under the GNU General Public License v3.0.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metrics_adjuster-1.1.3.tar.gz.
File metadata
- Download URL: metrics_adjuster-1.1.3.tar.gz
- Upload date:
- Size: 70.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e12c51f60c96a67dfa889edff418da8b1e254da6f0b0b7a8c28c3fc2784eaff6
|
|
| MD5 |
720a127b2e79d665cfeaa17f7d5f53e9
|
|
| BLAKE2b-256 |
dbb80bd9082141a8c124b2d223e3389312a89dbeb428a9b10c8a3d669110f1b0
|
File details
Details for the file metrics_adjuster-1.1.3-py3-none-any.whl.
File metadata
- Download URL: metrics_adjuster-1.1.3-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4099b5eec13577c2a17da9dc0eaf5a9c6641859e71543710f8f6023826f2ae0b
|
|
| MD5 |
d6607d1b26978875d2123ed6748b2190
|
|
| BLAKE2b-256 |
331d38f8b3666a6bf4ddc4225cfe43ba7e13db478aa81c75a074a9a36144cc9d
|