UDST / choicemodels

Python library for discrete choice modeling
https://udst.github.io/choicemodels
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

Clean up and generalize the summary tables #51

Open smmaurer opened 5 years ago

smmaurer commented 5 years ago

We should clean up the summary table functionality, probably creating a general-purpose function to generate tables. Currently this is part of the MNL codebase: mnl.py#L336-L479

Cleaning it up would streamline the codebase, lay groundwork for additional model types, and allow easier extension of the summary table functionality (e.g. as requested in UrbanSim Templates issues #24, #48, and #59).