LICENSE
README.md
pyproject.toml
corec/__init__.py
corec.egg-info/PKG-INFO
corec.egg-info/SOURCES.txt
corec.egg-info/dependency_links.txt
corec.egg-info/requires.txt
corec.egg-info/top_level.txt
corec/elliot_predict/___init__.py
corec/elliot_predict/elliot_predict.py
corec/evaluation/__init__.py
corec/evaluation/constants.py
corec/evaluation/evaluator.py
corec/evaluation/metric_generator.py
corec/evaluation/qrels_generator.py
corec/evaluation/run_generator.py
corec/evaluation/utils.py
corec/postfilters/postfilter.py
corec/recommenders/__init__.py
corec/recommenders/base_recommender.py
corec/recommenders/heuristic_recommender.py
corec/recommenders/recbole_recommender.py
corec/recommenders/heuristic_recommenders/__init__.py
corec/recommenders/heuristic_recommenders/context_pop.py
corec/recommenders/heuristic_recommenders/context_random.py
corec/recommenders/heuristic_recommenders/context_satisfaction.py
corec/recommenders/heuristic_recommenders/context_similarity.py
corec/utils/recommenders_utils.py