Skip to content

Commit

Permalink
Investigation of Micro vs. Macro (#1)
Browse files Browse the repository at this point in the history
* add requirements.txt

* commit first draft of macro investigation

* add plotting script

* fix error & change default plot

* logging / plot optimization

* configurable height

* Commit outputs

* Add tox info

* Add collated macro data

* Add AUCs

* Update macro.py

* Add diff plot

* Add size

* Update macro.py

* Add saving results both ways

Co-authored-by: Charles Tapley Hoyt <[email protected]>
  • Loading branch information
mberr and cthoyt authored Mar 11, 2022
1 parent c4e48c6 commit f6e9bf5
Show file tree
Hide file tree
Showing 23 changed files with 392,058 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ dmypy.json
.pyre/

.DS_Store
macro_cache/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# glb2022_metrics

Results for the Ranking Metrics submission @ GLB 2022

![Results](results.png)

## Build

After installing `tox` with `pip install tox`, do the following:

1. `tox -e collate` to build the combine results files
2. `tox -e macro` to run the analysis for micro vs. macro evaluation
Binary file added charts/macro_testing_auc_diff.pdf
Binary file not shown.
Binary file added charts/macro_testing_auc_diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f6e9bf5

Please sign in to comment.