beta-team / beta-recsys

Beta-RecSys: Build, Evaluate and Tune Automated Recommender Systems
https://beta-recsys.readthedocs.io/en/latest/
MIT License
163 stars 33 forks source link

Fixed a bug in EvalEngine #432

Closed JavierSanzCruza closed 1 year ago

JavierSanzCruza commented 1 year ago

Fixed a bug in EvalEngine where it failed when a batch only contains a single (user, item) pair by adding that single pair to the second to last batch.

Related to Issue #431