Closed Darel13712 closed 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.
DateSplitter(0.8)
Solved in #27 , DateSplitter now accepts int, str, float, datetime as a split_date.
int, str, float, datetime
split_date
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.