KyTriNguyenMonash / achilles

0 stars 1 forks source link

Understand and customise PopulationSim configuration and file system #5

Open KyTriNguyenMonash opened 2 years ago

KyTriNguyenMonash commented 2 years ago

PopulationSim file system contains:

The controls.csv specified the constraints for each attribute in the persons and households data. For example, you can filter the wrong households in the households seed by the expression: (households.households_weight>0)&(households.households_weight<np.inf).

The settings.yaml listed out all of the module and the input for PopulationSim.

Tasks:

bobkatla commented 2 years ago

Based on the output files of previous steps, I had it running. Attached are the controls.csv and setting.yaml files I used to run it. controls.csv setting.txt