nokaut / wsknn

Session-weighted recommendation system in Python
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Check if data types are the same in session-items map and item-sessions map #65

Closed SimonMolinsky closed 8 months ago

SimonMolinsky commented 8 months ago

If the user provides data (mappings between item-sessions and session-items), there might be a problem with data types; check if timestamps and other objects between mappings have the same data type.