Metadata-Version: 2.4
Name: biogeme
Version: 3.3.0a2
Summary: Estimation and application of discrete choice models
Author-email: Michel Bierlaire <michel.bierlaire@epfl.ch>
Project-URL: Homepage, https://biogeme.epfl.ch/sphinx/index.html
Project-URL: Documentation, https://biogeme.epfl.ch/sphinx/index.html
Project-URL: Code, https://github.com/michelbierlaire/biogeme
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas<3,>=2.2.3
Requires-Dist: scipy<2,>=1.15.3
Requires-Dist: tqdm>=4.67.1
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: python-levenshtein>=0.25.1
Requires-Dist: fuzzywuzzy>=0.18.0
Requires-Dist: biogeme_optimization<0.1,>=0.0.11
Requires-Dist: matplotlib<4,>=3.10.3
Requires-Dist: numpy<3,>=2.2.6
Requires-Dist: ipython>=8.36.0
Requires-Dist: Jinja2>=3.1.4
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: jax>=0.6.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: joblib>=1.5.1
Requires-Dist: tqdm_joblib>=0.0.4
Provides-Extra: testing
Requires-Dist: pytest>=7.2.0; extra == "testing"
Requires-Dist: pytest-cov>=4.0.0; extra == "testing"
Requires-Dist: tox>=3.27.1; extra == "testing"
Dynamic: license-file

# Biogeme
![PyPI](https://img.shields.io/pypi/v/biogeme.svg)
[![Downloads](https://static.pepy.tech/badge/Biogeme)](https://pepy.tech/project/Biogeme)
[![Downloads](https://static.pepy.tech/badge/Biogeme/month)](https://pepy.tech/project/Biogeme)
[![Downloads](https://static.pepy.tech/badge/Biogeme/week)](https://pepy.tech/project/Biogeme)

Biogeme is an open source freeware designed for the maximum likelihood estimation of parametric models in general, 
with a special emphasis on discrete choice models.

## Install
Biogeme requires Python >= 3.10 and can be installed [from PyPI](https://pypi.org/project/biogeme/).

`pip install biogeme`

Installing Biogeme from source can be done after cloning the repository with the following command executed in the 
root directory:

`pip install .`

## Documentation
Further documentation is available on [biogeme.epfl.ch](https://biogeme.epfl.ch)

## Author
[Michel Bierlaire](https://people.epfl.ch/michel.bierlaire), [Ecole Polytechnique Fédérale de Lausanne](https://www.epfl.ch), Switzerland.

