recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.47k stars 3.04k forks source link

Deprecated use of dict in SeriesGroupBy.agg #2114

Closed daviddavo closed 3 weeks ago

daviddavo commented 3 weeks ago

Description

The use of a dict in SeriesGroupBy.agg raises a FutureWarning since pandas 2.1.0. This function is widely used in the python_evaluation file, and thus is raised every time I want to evaluate my model, every few epochs.

Related Issues

References

Checklist: