SEMCOG / semcog_urbansim

7 stars 6 forks source link

Fix_lpr drop some households categories to 0 sample for hh_transitions #56

Open tianxie1995 opened 1 week ago

tianxie1995 commented 1 week ago

Issue: fix_lpr step will replace some households with a set mappings in order to reduce/increase workers, this process will potentially dropped some households categories to 0 which will prevent hh_transition

How to reproduce the issue:

tianxie1995 commented 6 days ago

Implemented a fix to household_transition which will append hh_seeds and person_seeds at the start of the transition so sampling will at least have baseyear seed samples.

tianxie1995 commented 5 days ago

Year 2050 controls zero sample category:

large_area_id                       5.0
race_id                             2.0
age_of_head_min                    18.0
age_of_head_max                    25.0
persons_min                         2.0
persons_max                         3.0
children_min                        0.0
children_max                        1.0
cars_min                            1.0
cars_max                            2.0
workers_min                         2.0
workers_max                         3.0
income_min                     113184.0
income_max                    1534133.0
total_number_of_households          7.0
ob                                  0.0
Name: 2050, dtype: float64