nokaut / wsknn

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

Can't run example from the README #29

Closed inpefess closed 1 year ago

inpefess commented 1 year ago

The README example starts with

ITEMS = 'demo-data/items.pkl'
SESSIONS = 'demo-data/sessions.pkl'

what are these pkl files, how can a potential new user find or generate them? There is a demo-data folder, but not in the root, and there are no items.pkl or sessions.pkl files anywhere in the repository.

SimonMolinsky commented 1 year ago

Hi @inpefess

Thanks for pointing this out! I have created demo examples here: https://github.com/nokaut/wsknn/tree/main/demo-notebooks, and I see that README content differs from those. I will update README accordingly to use recsys data.