BeeLabs / choicemodels

Python library for discrete choice modeling

Home Page:https://choicemodels.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Docs Status

ChoiceModels

ChoiceModels is a Python library for discrete choice modeling, with utilities for sampling, simulation, and other ancillary tasks. It's part of the Urban Data Science Toolkit (UDST).

Features

The library currently focuses on tools to help integrate discrete choice models into larger workflows, drawing on other packages such as the excellent PyLogit for most estimation of models.

ChoiceModels can automate the creation of choice tables for estimation or simulation, using uniform or weighted random sampling of alternatives, as well as interaction terms or cartesian merges.

It also provides general-purpose tools for Monte Carlo simulation of choices given probability distributions from fitted models, with fast algorithms for independent or capacity-constrained choices.

ChoiceModels includes a custom engine for Multinomial Logit estimation that's optimized for fast performance with large numbers of alternatives.

Installation

ChoiceModels can be installed using the Pip or Conda package managers:

pip install choicemodels
conda install choicemodels --channel conda-forge

Documentation

See the online documentation for much more: https://choicemodels.readthedocs.io

Some additional documentation is available within the repo in CHANGELOG.md, CONTRIBUTING.md, /docs/README.md, and /tests/README.md.

There's discussion of current and planned features in the Pull requests and Issues, both open and closed.

About

Python library for discrete choice modeling

https://choicemodels.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.3%Language:R 1.7%