gsbDBI / torch-choice

Choice modeling with PyTorch: logit model and nested logit model
MIT License
39 stars 8 forks source link

Add user-session-obs support #38

Closed TianyuDu closed 1 year ago

TianyuDu commented 1 year ago

Previously we were not supporting user-session-specific observables since there tends to be many users and many sessions, so the product space is huge. We need to include this feature for completeness.