Skip to content

torch-choice v1.0.0

Compare
Choose a tag to compare
@TianyuDu TianyuDu released this 08 Apr 20:06
· 134 commits to main since this release

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

New Contributors

Full Changelog: v0.0.6...v1.0.0