-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigation of Micro vs. Macro (#1)
* 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
Showing
23 changed files
with
392,058 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,3 +129,4 @@ dmypy.json | |
.pyre/ | ||
|
||
.DS_Store | ||
macro_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.