Skip to content

Unifying interface for discrete choice modelling

License

Notifications You must be signed in to change notification settings

alan-turing-institute/discrete-choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choice_model Build Status

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.

Currently supported back ends

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.

Releases

No releases published

Packages

No packages published

Languages