Metadata-Version: 2.1
Name: torch-choice
Version: 0.0.1
Summary: A Pytorch Backend Library for Choice Modelling
Home-page: 
Author: Tianyu Du
Author-email: tianyudu@stanford.edu
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# torch-choice
Choice modeling with PyTorch: logit model and nested logit model

## Installation
1. Clone the repository to your local machine or server.
2. Install required dependencies (e.g., PyTorch).
3. Run `python3 ./setup.py develop` to add the package to your Python environment. Run `python3 ./setup.py develop --user` to install it only for your user (useful on `sherlock` for example)
4. Check installation by running `python3 -c 'import torch_choice; print(torch_choice.__version__)'`.
