synthpop
synthpop copied to clipboard
Synthetic populations from census data
This code is a fix of the parallelization code in #43. Also, one parallelization option is provided.
Hi, thanks for the great library. I'm trying to use this to generate some populations and I'm consistently getting the same error, even when I run the examples in this...
In developing my own recipe to synthesize a population using ACS and PUMS, I ran into the below error: ``` raise RuntimeError( 'There is a mismatch between the constraints and...
hi, I am new for python. After finishing the `install set up.py` and have a folder named as synthpop.egg-info I try `import synthpop.zone_synthesizer as zs` in Spider but shows "ModuleNotFoundError:...
Hello when I try to generate synthetic data using parametric method, I'm getting the following error: Error in solve.default(xtx + diag(pen)) : system is computationally singular: reciprocal condition number =...
In draw.compare_to_constraints constraint categories with counts of 0 are ignored, as this would lead to \chi^2 = \inf . Is there an argument for ignoring all counts
Hi, I have managed to create the tables of seeds from 1% Census data that give me around 5600 Households seeds and 11700 person seeds. I have tried to generate...
- updated synthpop for python 3 - updated the census attributes retained in **starter2.py** - updated **ipu.py** so that rather than erroring out when `max_iterations` is reached, it generates a...
README should contain installation instructions for environments created with `virtualenv` and `conda`. For `virtualenv` could be as follow: ``` virtualenv venv --python=python3.7 source venv/bin/activate pip install -r requierements.txt cd synthpop/...
Right now, "Cehavees_helper" downloads and splits Tract controls into Block Group controls when only Tract summaries are available. However, the " _scale_and_merge" function uses astype (int) to convert the final...