choix
Inference algorithms for models based on Luce's choice axiom
File Explorer
- build.yml
- publish.yml
- __init__.py
- convergence.py
- ep.py
- lsr.py
- mm.py
- opt.py
- py.typed
- typing.py
- utils.py
- choix-logo.svg
- api.rst
- conf.py
- data.rst
- index.rst
- installation.rst
- references.rst
- regularization.rst
- requirements.txt
- choicerank-tutorial.ipynb
- ep-example.ipynb
- gifgif-dataset.ipynb
- intro-pairwise.ipynb
- testcase-pairwise-1.json
- testcase-pairwise-2.json
- testcase-rankings-1.json
- testcase-rankings-2.json
- testcase-top1-1.json
- testcase-top1-2.json
- __init__.py
- test_convergence.py
- test_ep.py
- test_lsr.py
- test_mm.py
- test_opt.py
- test_utils.py
- tutils.py
- .gitignore
- .python-version
- .readthedocs.yaml
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
