CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
tests/README.md
tests/conftest.py
tests/pytest.ini
tests/test_binary_logit.py
tests/test_column_expression.py
tests/test_data_load.py
tests/test_data_save.py
tests/test_large_multinomial_logit.py
tests/test_legacy_pylogit.py
tests/test_modelmanager.py
tests/test_regression.py
tests/test_segmented_large_multinomial_logit.py
tests/test_shared_core.py
tests/test_shared_output_column.py
tests/test_small_multinomial_logit.py
tests/test_utils.py
tests/test_utils_broadcasts.py
tests/configs/README.md
tests/data/README.md
tests/fixtures/legacy_pylogit/tenure-small-mnl-model-object.pkl
tests/fixtures/legacy_pylogit/tenure-small-mnl.yaml
urbansim_templates/__init__.py
urbansim_templates/legacy_pylogit.py
urbansim_templates/modelmanager.py
urbansim_templates/utils.py
urbansim_templates.egg-info/PKG-INFO
urbansim_templates.egg-info/SOURCES.txt
urbansim_templates.egg-info/dependency_links.txt
urbansim_templates.egg-info/requires.txt
urbansim_templates.egg-info/top_level.txt
urbansim_templates/data/__init__.py
urbansim_templates/data/column_from_expression.py
urbansim_templates/data/load_table.py
urbansim_templates/data/save_table.py
urbansim_templates/models/__init__.py
urbansim_templates/models/binary_logit.py
urbansim_templates/models/large_multinomial_logit.py
urbansim_templates/models/regression.py
urbansim_templates/models/segmented_large_multinomial_logit.py
urbansim_templates/models/shared.py
urbansim_templates/models/small_multinomial_logit.py
urbansim_templates/shared/__init__.py
urbansim_templates/shared/core.py
urbansim_templates/shared/output_column.py