Min Gender Representation Proportion

This test checks the data regarding the sample proportions of genders.

alias_name: min_gender_representation_proportion

*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: 0.2
        female: 0.3
  • min_proportion (float): Minimum proportion to pass the test.