Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 823 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 823 Bytes

pseudopeople

pseudopeople is a Python package that generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.

pseudopeople requires Python 3.10-3.11 to run

You can install pseudopeople from PyPI with pip:

> pip install pseudopeople

or build it from source with

> git clone https://github.com/ihmeuw/pseudopeople.git

> cd pseudopeople

> python setup.py install

Documentation

You can view documentation at https://pseudopeople.readthedocs.io/en/latest/

To receive updates about this software package join the mailing list here.