torch-choice v1.0.0
Announcement
We have released our documentation on Arxiv: https://arxiv.org/abs/2304.01906.
Important Changes
To avoid confusion and allow for future development, we replace all category_
in the names of variables in NestedLogitModel
with nest_
. Here is the difference: nests and categories are partitions of the item set, but for a nest, a consumer chooses exactly one item from exactly one nest; but for the category, a consumer chooses precisely one thing from every category.
What's Changed
- convert observable tensors to float tensor. by @TianyuDu in #13
- Rename price to itemsession by @TianyuDu in #16
- Add formula parser by @TianyuDu in #15
- Fixed broken imports + price vs itemsession change by @rodonn in #17
- Rename category to nest by @TianyuDu in #18
- Rename category to nest by @TianyuDu in #19
New Contributors
Full Changelog: v0.0.6...v1.0.0