.gitignore
.pylintrc
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish-docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/test.yml
docs/.nojekyll
docs/Makefile
docs/api_reference.rst
docs/conf.py
docs/index.rst
docs/internals.rst
docs/make.bat
docs/logo/formulae_large.png
docs/logo/formulae_small.png
docs/notebooks/getting_started.ipynb
formulae/__init__.py
formulae/categorical.py
formulae/config.py
formulae/contrasts.py
formulae/environment.py
formulae/expr.py
formulae/matrices.py
formulae/model_description.py
formulae/parser.py
formulae/resolver.py
formulae/scanner.py
formulae/token.py
formulae/transforms.py
formulae/utils.py
formulae.egg-info/PKG-INFO
formulae.egg-info/SOURCES.txt
formulae.egg-info/dependency_links.txt
formulae.egg-info/requires.txt
formulae.egg-info/top_level.txt
formulae/examples/Examples.ipynb
formulae/examples/Features.ipynb
formulae/terms/__init__.py
formulae/terms/call.py
formulae/terms/call_resolver.py
formulae/terms/call_utils.py
formulae/terms/terms.py
formulae/terms/variable.py
tests/test_config.py
tests/test_design_matrices.py
tests/test_environment.py
tests/test_eval_new_data.py
tests/test_parser.py
tests/test_poly.py
tests/test_register_stateful_transform.py
tests/test_resolver.py
tests/test_scanner.py
tests/test_spline.py
tests/test_terms_call.py
tests/test_terms_variable.py
tests/test_utils.py
tests/data/Pixel.csv
tests/data/new.csv
tests/data/original.csv
tests/data/group_specific/dog_and_side_by_day.txt
tests/data/group_specific/intercept_by_side.txt
tests/data/group_specific/intercept_by_side_dog.txt
tests/data/group_specific/slope_by_dog.txt