A Python package for defining discrete choice models and solving them using numerous back ends through a single interface.
This module is a result of the ALOGIT in Python project, part of the Research Engineering programme at the Alan Turing Institute.
- Multinomial logit
Install the packages and dependencies with pip install .
The pytest module (pip install pytest
) is required to run the tests. The tests
can be run with python -m pytest
.
Example validation and benchmarking scripts are given in the examples directory.