Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## 0.0.3

### Added

- `tl.ranking`: returns the weighted mean F0.1 per method used for the ranking, with `mean_f01` plus one column per dataset, sorted descending.

### Changed

- `pl.ranking`: added a `metric_weights` parameter to weight each metric class, a `level='dataset'` heatmap, and now weights classes per dataset before averaging across datasets, delegating the ranking math to `tl.ranking`.

## 0.0.2

### Added
Expand Down
Loading
Loading