A python package for learning heterogeneous traveller preferences and travel demand in transportation networks from data.
This project uses poetry for python packaging and dependency management.
- Install the poetry cli.
- Clone this repository.
- From the top level of this project run,
poetry install
. - Verify the setup by running the test suite:
poetry run pytest
.