genderBR
Predict Gender from Brazilian First Names
A census lookup table learns to guess names it has never seen.
◆Recent moves
- 4mo ago
Neural name model predicts gender beyond the census list
⚡ SPARKThe release that changes what kind of package genderBR is: alongside the census lookup it now ships get_gender_nn(), a character-level neural network that generalises to names absent from IBGE data, with cache management and Hugging Face weight downloading in support.
View source ↗ - 7mo ago
2022 census data lands, data.table replaces the dplyr joins
The lookup path gets a decade newer: a year argument exposes 2022 IBGE names data at national and state level, and the internal dataset now carries both 2010 and 2022 probabilities for offline use. The dependency trail shrinks as magrittr goes and data.table takes over the joins.
View source ↗ - 5y ago
Adds unit and input tests with minor bug fixes
A maintenance patch adding internal input tests and unit tests with a few small bug fixes. Nothing user-facing changes; it is the hardening step before the data and model work of the following releases.
View source ↗