.gitignore
.python-version
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
docker/sklearn/Dockerfile
src/recsys_pipeliner/__init__.py
src/recsys_pipeliner/_version.py
src/recsys_pipeliner.egg-info/PKG-INFO
src/recsys_pipeliner.egg-info/SOURCES.txt
src/recsys_pipeliner.egg-info/dependency_links.txt
src/recsys_pipeliner.egg-info/entry_points.txt
src/recsys_pipeliner.egg-info/requires.txt
src/recsys_pipeliner.egg-info/top_level.txt
src/recsys_pipeliner/containers/sklearn/__init__.py
src/recsys_pipeliner/containers/sklearn/handler_service.py
src/recsys_pipeliner/containers/sklearn/handlers.py
src/recsys_pipeliner/containers/sklearn/mms.py
src/recsys_pipeliner/containers/sklearn/serving.py
src/recsys_pipeliner/containers/sklearn/training.py
src/recsys_pipeliner/recommendations/encoder.py
src/recsys_pipeliner/recommendations/recommender.py
src/recsys_pipeliner/recommendations/transformer.py
src/recsys_pipeliner/recommendations/utils.py