rival icon indicating copy to clipboard operation
rival copied to clipboard

per-user splitting

Open alansaid opened this issue 10 years ago • 1 comments

Implement a splitting strategy according to http://graphlab.com/files/lsrs2013/paper_12.pdf

alansaid avatar Mar 06 '14 12:03 alansaid

Like in issue #26, I think this should be split in two:

  • first, the splitting strategy that does the user filtering
  • second, a splitting strategy that takes another splitting strategy and returns one split for each user (either a CV, random split, or a user-filtered one like in the paper)

Also, the cutoff N for the item selection should be introduced somewhere (probably in the first strategy)

abellogin avatar Mar 19 '14 23:03 abellogin