sberbank-ai-lab / RePlay

RecSys Library
https://sberbank-ai-lab.github.io/RePlay/
Apache License 2.0
68 stars 6 forks source link

DateSplitter not working correctly with int timestamps #24

Closed Darel13712 closed 3 years ago

Darel13712 commented 3 years ago

DateSplitter(0.8) gives error with movielens dataset trying to compare int and timestamp. Probably split date is timestamp and columns remain to be int.

Darel13712 commented 3 years ago

Solved in #27 , DateSplitter now accepts int, str, float, datetime as a split_date.