Hana Sevcikova
Hana Sevcikova
When data is added to a table via add_column(), that column is not deleted when the table is overwritten with add_table(). Here is an example: ``` import orca import pandas...
The transition model will not work well if the subset of agents to be sampled from is very small or even empty. Thus, an option of relaxing the filtering conditions...
It would be very useful if the dcm estimation class reports how many records were used in the estimation. Especially in segmented choice models, when the segments might be smaller...
This was a bug: If the argument "form" is None, the max profit should be computed over all forms. When calling the function with form=None, the original code failed at...
It only appears if one of the variable names has a number at the end and there is a factor involved. In such a case the function adds a suffix...
https://github.com/UDST/urbansim/blob/0db75668ada0005352b7c7e0a405265f78ccadd7/urbansim/models/transition.py#L451 If households are contained in both objects, "added" and "removed", the fact that we first remove households before creating new persons causes those households to end up with no...