Min Gender Representation Count
This test checks the data regarding the sample counts of genders.
alias_name: min_gender_representation_count
*The underlying gender classifier is a rule based classifier which outputs one of 3 categories: male, female and neutral. *
Config
min_gender_representation_count:
min_count:
male: 20
female: 30
- min_count (int): Minimum count to pass the test.
PREVIOUSContribution Guidelines