smart-on-fhir / chart-review

Measure agreement between chart reviewers.
https://docs.smarthealthit.org/cumulus/chart-review/
Apache License 2.0
1 stars 0 forks source link

feat!: switch accuracy command to be two-way not three-way #4

Closed mikix closed 8 months ago

mikix commented 8 months ago

I originally wrote it that way to imitate some code from covid_symptom/paper.py that was doing three-way comparisons.

But we often have need of simple two-way comparisons. And even my three-way comparison may not have been the best way to compare (paper.py might have been doing something a little unique, where it was actually doing two different two-way comparisons and I misunderstood intent).

So I intend to bring back multi-way comparison at some point, but it will with more design input from a clinical person. But for now, two-way is actively useful, so let's start with that.

In addition, there were some other bug fixes: