Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alan-turing-institute/discrete-choice
Unifying interface for discrete choice modelling
https://github.com/alan-turing-institute/discrete-choice
discrete-choice hut23 hut23-295 logit-model
Last synced: 3 months ago
JSON representation
Unifying interface for discrete choice modelling
- Host: GitHub
- URL: https://github.com/alan-turing-institute/discrete-choice
- Owner: alan-turing-institute
- License: mit
- Created: 2019-02-04T15:40:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T13:09:37.000Z (over 5 years ago)
- Last Synced: 2024-05-15T04:38:07.877Z (6 months ago)
- Topics: discrete-choice, hut23, hut23-295, logit-model
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# choice_model [![Build Status](https://travis-ci.com/alan-turing-institute/discrete-choice.svg?branch=master)](https://travis-ci.com/alan-turing-institute/discrete-choice)
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](https://www.turing.ac.uk/research/research-projects/common-interface-discrete-choice)
project, part of the [Research
Engineering](https://www.turing.ac.uk/research/research-programmes/research-engineering)
programme at the Alan Turing Institute.## Currently supported back ends
- [ALOGIT](http://www.alogit.com/)
- [pylogit](https://github.com/timothyb0912/pylogit)## Currently supported models
- Multinomial logit
## Installation
Install the packages and dependencies with `pip install .`
## Testing
The pytest module (`pip install pytest`) is required to run the tests. The tests
can be run with `python -m pytest`.## Examples
Example validation and benchmarking scripts are given in the examples directory.