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 https://github.com/gsbDBI/torch-choice/pull/13
* Rename price to itemsession by TianyuDu in https://github.com/gsbDBI/torch-choice/pull/16
* Add formula parser by TianyuDu in https://github.com/gsbDBI/torch-choice/pull/15
* Fixed broken imports + price vs itemsession change by rodonn in https://github.com/gsbDBI/torch-choice/pull/17
* Rename category to nest by TianyuDu in https://github.com/gsbDBI/torch-choice/pull/18
* Rename category to nest by TianyuDu in https://github.com/gsbDBI/torch-choice/pull/19
New Contributors
* rodonn made their first contribution in https://github.com/gsbDBI/torch-choice/pull/17
**Full Changelog**: https://github.com/gsbDBI/torch-choice/compare/v0.0.6...v1.0.0