Skip to content

Commit

Permalink
Merge pull request #10 from julianmendez/documentation
Browse files Browse the repository at this point in the history
Update scoring page
  • Loading branch information
julianmendez authored Mar 8, 2024
2 parents d22ace6 + cc24a9b commit c6b6ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scoring_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ scoring scenario tile (unbiasedness with respect to falsepositives) with
graph LR
all-actor(all-actor) --> prediction
all-actor --> result
all-actor --> with
all-actor --> with-p
prediction(prediction) --> false-pos
result(result) --> false-pos
with(with) --> correlation
with-p(with) --> correlation
false-pos(false-pos) --> correlation
correlation(correlation) --> decision(decision)
```
Expand Down

0 comments on commit c6b6ac7

Please sign in to comment.