.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/release.yml
docs/rankfm.md
example/instacart_rankfm.ipynb
src/recnexa/__init__.py
src/recnexa.egg-info/PKG-INFO
src/recnexa.egg-info/SOURCES.txt
src/recnexa.egg-info/dependency_links.txt
src/recnexa.egg-info/not-zip-safe
src/recnexa.egg-info/requires.txt
src/recnexa.egg-info/scm_file_list.json
src/recnexa.egg-info/scm_version.json
src/recnexa.egg-info/top_level.txt
src/recnexa/lightsans/__init__.py
src/recnexa/rankfm/__init__.py
src/recnexa/rankfm/_rankfm.c
src/recnexa/rankfm/_rankfm.pyx
src/recnexa/rankfm/evaluation.py
src/recnexa/rankfm/rankfm.py
src/recnexa/rankfm/utils.py
tests/smoke_test.py
tests/test_rankfm.py
tests/test_validate_dist.py
tests/test_workflows.py
tools/validate_dist.py