RecTools icon indicating copy to clipboard operation
RecTools copied to clipboard

Functions to load popular datasets

Open feldlime opened this issue 2 years ago • 0 comments

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-learn does?

feldlime avatar Feb 13 '24 20:02 feldlime