Skip to content

Commit

Permalink
Describe the meaning of entries in the schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilest committed Oct 11, 2024
1 parent 039b421 commit 4a91ae6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,15 @@ Prediction = TypedDict(
)
```

where `boolean_value` represents the ground truth value, `predicted_boolean_value` is a binary prediction
(which for most methods depends on the decision threshold), and `predicted_boolean_probability` could be
interpreted as a score in \[0, 1\] or as a probabilistic uncertainty level for the prediction.

TODO: make the predicted values/probabilities optional and evaluate metrics based on availability of these
values

TODO: update this in MEDS-evaluation README.

### Evaluate the model

You can use the `meds-evaluation` package by running `meds-evaluation-cli` and providing the path to
Expand Down

0 comments on commit 4a91ae6

Please sign in to comment.