Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
Updates event based scoring
  • Loading branch information
danjjl committed Jun 23, 2023
1 parent 75450c7 commit a37a6b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ In more details, we measures performance on the level of:

Both methods are illustrated in the following figures :

![Illustration of sample based scoring.](https://user-images.githubusercontent.com/747240/244666630-cdfe12cc-22a2-4b23-be15-3e60dbedb437.png)
![Illustration of event based scoring.](https://user-images.githubusercontent.com/747240/244666619-8dd90008-79af-4836-8769-daa204bbe16c.png)
![Illustration of sample based scoring.](https://user-images.githubusercontent.com/747240/248309097-b7f76fde-c87a-41df-812d-9821375b640e.png)
![Illustration of event based scoring.](https://user-images.githubusercontent.com/747240/248308898-64b4ae39-d02f-4f06-9b10-f07aaf6110d1.png)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "timescoring"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Jonathan Dan", email="[email protected]" },
{ name="Una Pale", email="[email protected]" },
Expand Down

0 comments on commit a37a6b4

Please sign in to comment.