.gitignore
CONTRIBUTING.md
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/syntax.yml
.github/workflows/tests.yml
notebooks/Untitled.ipynb
pycompete/__init__.py
pycompete/_version.py
pycompete.egg-info/PKG-INFO
pycompete.egg-info/SOURCES.txt
pycompete.egg-info/dependency_links.txt
pycompete.egg-info/requires.txt
pycompete.egg-info/top_level.txt
pycompete/evaluation/metrics.py
pycompete/features/transformers.py
pycompete/model_selection/cv_splitters.py
tests/unit/evaluation/test_metric.py