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

Merged two concats into one #2075

Closed daviddavo closed 3 months ago

daviddavo commented 3 months ago

Description

Just replaced with a oneliner to make just one concat instead of two

Related Issues

References

[...] If function is None, the identity function is assumed, that is, all elements of iterable that are false are removed. -- https://docs.python.org/3.9/library/functions.html#filter

Checklist: