-
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.
Merge branch 'main' of https://github.com/levshuster/Judge-Bias-Calcu…
…lator into main
- Loading branch information
Showing
1 changed file
with
0 additions
and
14 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 |
---|---|---|
@@ -1,16 +1,2 @@ | ||
# Index of Files | ||
|
||
**.bias** files contain the debate round information needed to generate a judge object. By saving a file after collecting information on a judge but before saving information on a judge this decreases the amount of duplicate API calls and web scraping | ||
|
||
**.testJudge.bias** contains the debate round information needed to generate a judge object from arbitrary inputs. This is used for debugging purposes | ||
|
||
**test_case_template.testJudge.bias** contains the information needed to create your own testJudge.bias file | ||
|
||
**judge_stats.py** will eventually contain the code for the alpha releases command line interface, however during the developmental phase it holds the main function of the project enabling testers to create, save, load, and analyze .bias files by calling functions called in from_tab.py and Judge.py | ||
|
||
**Gender.py** provides the functionality to acsess the API who determins the gender and certainty of a given name and the file has a function to take the results of the API call and caculate the round score (see the How do you Quantify Discrimination? heading in the readme file) | ||
|
||
**from_tab.py** offers functions charged with scrapping tabroom to get a list of all the rounds a judge has presided over, another part of this file scrapes all the names of competitors in each round | ||
|
||
**judge.py** handles the loading, analyzing and saving of judge objects | ||
|