You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't require actually changing the content of any files -- all of these exist at least once in the current EDB output. We just will remap the directory as shown to remove duplication and consolidate all eight models into a single top-level EDB to streamline estimation.
I will manually reconfigure files to this structure for now and move forward with work to finish the estimation code, on the premise that @toliwaga will eventually make the changes to conform the EDB output to this pattern.
Notebook implementing the non_mandatory_tour_frequency model estimation is in 2252f1e. This notebook implements coefficient "back-mapping" -- this automates the process of converting all coefficients that have exactly identical values into a common estimated coefficient. This refactoring was done manually in other models but was not done here. It greatly improves model estimation stability, although as for certain other segmented models, the size of the test dataset is too small to reliably generate models for smaller segments. The back-mapping can be disabled by commenting out one cell as indicated.
The
non_mandatory_tour_frequency
model is setup a little differently than the others, maybe because it is by person type, and so it uses theinteraction_simulate
estimation data bundle writer. See https://github.com/ActivitySim/activitysim/blob/develop/activitysim/examples/example_estimation/configs/estimation.yaml#L78The text was updated successfully, but these errors were encountered: