Skip to content

Commit

Permalink
Update figure URL after upload in README.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema authored Oct 31, 2024
1 parent 5a15875 commit 993029b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ $$\text{Normalized Loss} = \frac{Ny \times \left(Nx - \frac{Ny - 1}{2}\right) -
The lower the loss, the closer the model is to the perfect recall curve,
indicating higher performance.

![Recall plot illustrating loss metric](https://github.com/jteijema/asreview-insights/blob/loss-metric/figures/loss_metric_example.png?raw=true)
![Recall plot illustrating loss metric](https://github.com/asreview/asreview-insights/blob/main/figures/loss_metric_example.png?raw=true)

In this figure, the green area between the recall curve and the perfect recall line is the lossed performance, which is then normalized for the total area (green and red combined).
In this figure, the green area between the recall curve and the perfect recall line is the lost performance, which is then normalized for the total area (green and red combined).

## Basic usage

Expand Down

0 comments on commit 993029b

Please sign in to comment.