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

Keep original observation_id name in MergedChoiceTable #27

Closed smmaurer closed 6 years ago

smmaurer commented 6 years ago

Fix MergedChoiceTable so that it keeps the original name of the observation id. This is important for merging downstream output (like choice probabilities) back into the observations table.

https://github.com/UDST/choicemodels/blob/master/choicemodels/tools/interaction.py#L92

smmaurer commented 6 years ago

Resolved in PR #37.