.gitignore
.pre-commit-config.yaml
LICENSE
README.md
clustering.ipynb
ground_duels.ipynb
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.vscode/settings.json
src/footballmodels/__init__.py
src/footballmodels.egg-info/PKG-INFO
src/footballmodels.egg-info/SOURCES.txt
src/footballmodels.egg-info/dependency_links.txt
src/footballmodels.egg-info/requires.txt
src/footballmodels.egg-info/top_level.txt
src/footballmodels/clustering/__init__.py
src/footballmodels/clustering/features.py
src/footballmodels/definitions/__init__.py
src/footballmodels/definitions/templates.py
src/footballmodels/model_files/__init__.py
src/footballmodels/model_files/pass_kmeans_model.model
src/footballmodels/model_files/pass_scaler.model
src/footballmodels/model_files/xpass_gb_v2.model
src/footballmodels/model_files/xpass_gb_v2_w_positions.model
src/footballmodels/model_files/xpass_v1.model
src/footballmodels/model_files/xpass_xgb_v2.model
src/footballmodels/model_files/xpass_xgb_v2_w_positions.model
src/footballmodels/opta/__init__.py
src/footballmodels/opta/actions.py
src/footballmodels/opta/dimensions.py
src/footballmodels/opta/distance.py
src/footballmodels/opta/event_type.py
src/footballmodels/opta/functions.py
src/footballmodels/opta/passes.py
src/footballmodels/opta/xpts.py
src/footballmodels/opta/aggregation/__init__.py
src/footballmodels/opta/aggregation/team_aggregation.py
src/footballmodels/player_similarity/__init__.py
src/footballmodels/player_similarity/column_defs.py
src/footballmodels/player_similarity/models.py
src/footballmodels/utils/__init__.py
src/footballmodels/utils/distance.py
src/footballmodels/utils/possession_adjustment.py
src/footballmodels/xpass/__init__.py
src/footballmodels/xpass/features.py
src/footballmodels/xpass/models.py
src/footballmodels/xt/__init__.py
src/footballmodels/xt/calcs.py
tests/test_footballmodels/__init__.py
tests/test_footballmodels/test_clustering/__init__.py
tests/test_footballmodels/test_clustering/test_features.py
tests/test_footballmodels/test_opta/test_functions.py