Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `data.dataset.SequentialDataset` to support new data formats: * "SIT": Session, Item, Timestamp * "SITJson": Session, Item, Timestamp, Json * "USIT": User, Session, Item, Timestamp * "USITJson": User, Session, Item, Timestamp, Json * Add `data.reader` parser for listed formats * Add `eval_method.NextItemEvaluation` for next-item evaluation * Add `models.SPop` baseline model: session-based popular * Add `gowalla` check-ins and `yoochoose` datasets * Add unit tests --------- Co-authored-by: lthoang <[email protected]> Co-authored-by: tqtg <[email protected]>
- Loading branch information