maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

generate not sequential data by spotlight.datasets.synthetic.generate_sequential #181

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

may you clarify if this code https://maciejkula.github.io/spotlight/datasets/synthetic.html

can be used to generate not sequential data meaning what parameter to set to get not sequential data but something like usual data suitable for collaborative filter algorithm for recommended systems

for example like movielens https://maciejkula.github.io/spotlight/datasets/movielens.html

so to get matrix users vs items

but to have similar users and similar items to to check if collaborative filter algorithm can detect them automatically ?

some code example would be the best to have... my guess it is only few lines of code... more complicated would be to find this similar users and similar items but some how you tested your code then you may have this code ready... it would be nice to share... Thanks