RecTools
RecTools copied to clipboard
Functions to load popular datasets
Add some functions to load commonly used recommendation datasets like movielens, lastfm, kion, etc.
Think about:
- Caching (should we implement saving loaded data? if yes, then how to do this?)
- Should we provide raw data or convert it to our structures?
- Should we keep some tiny datasets together with the code like
scikit-learndoes?