infer_gender(first_name: category, {
    "param": value,
    ...
}) -> (gender: sex)

Uses a machine learning model trained on a large database of names and the frequencies of associated genders.

infer_gender(first_name: category, {
    "param": value,
    ...
}) -> (gender: sex)
labels
object

Labels for the male and female categories. An object mapping the “male” and “female” categories to custom labels.